Handle Exceptions in Find
If it's repetitive, it can be automated. Think about the following requirements. Have you ever hoped there would be a better way to implement them?
- INotifyPropertyChanged
- Undo/redo
- Code contracts (preconditions)
- Logging
- Transaction handling
- Exception handling
- Thread dispatching
- Thread synchronization
- Immutable
- Authorization
- Audit
- Caching
Comments