The Model-View-ViewModel toolkit was developed to introduce the Model-View-ViewModel design pattern for building WPF applications to the broad WPF developer community.
The toolkit includes:
- A Visual Studio 2008 template (Visual C# Express 2008 also supported)
- Documentation
General introduction to M-V-VM
Walkthrough using the VS template
- A complete WPF application demonstrating the M-V-VM pattern
Model-View separation is by no means a novel idea in the software engineering industry—the idea has been around for at least 25 years. Recently, there has been a lot of interest in model-view architectures, fuelled both by the growing complexity of modern software systems and by the necessity to display UI on various devices, while reusing the same underlying business logic.
Requirements:
· NET Framework