Archive for 'Design Patterns'
WPF MVVM and Showing Dialogs
Published on January 5th, 2010.
Developing a WPF/Silverlight application using the MVVM (Model-View-ViewModel) pattern is a real challenge. But you know that using this pattern you write low-coupled and fully testable code (I hope). As MVVM says, the View can contain only XAML declarations. That is, no code-behind is present in your .xaml.cs file. (more…)
Filled under .NET, Design Patterns, WPF. 1 Comment.