-
Notifications
You must be signed in to change notification settings - Fork 129
Home
jbe2277 edited this page Jul 19, 2024
·
22 revisions
- Layered Architecture
- Modular Architecture
- Model-View-ViewModel Pattern
- DataModel-View-ViewModel Pattern
- Introduction of the IoC container concept
- .NET Dependency Guidelines
- How should a class expose a collection?
- Implementing and usage of INotifyPropertyChanged
- Cache Pattern
- Implement IDisposable
- ObservableListView: Provide change notifications for sorting and filtering
- Weak Event
- Object.ToString and IFormattable
- Logging with .NET Standard 2.0
- CurrentCulture vs. CurrentUICulture
- Localize a WPF Application
- Should exception messages be localized?
- WPF XAML resources for modular applications
- WPF Design Time Support (Part 1)
- WPF Design Time Support (Part 2)
- WPF Design Time and Internet Security
- WPF ShowDialogAsync
- WPF Dispatcher BeginInvoke vs. InvokeAsync
- WPF Plugin Sample - Process isolation of Plugins