Now, with the release of Silverlight 2, the number of applications based on this technology is increasing, but at the same time, certain growth challenges have emerged.
Blog about accelerating the creation and development of MVVM applications
Now, with the release of Silverlight 2, the number of applications based on this technology is increasing, but at the same time, certain growth challenges have emerged.
Popular design patterns have made people’s lives easier since the early days of creating user interfaces for programs.
Model-View-View-ViewModel (i.e. MVVM) is a client application architecture pattern that was proposed by John Gossman as an alternative to the MVC
If a developer is used to WPF and MVVM, the latter becomes difficult to distinguish. MVVM is a kind of common language for WPF developers because it is well adapted to the WPF platform
There are popular design patterns that help tame this monster, but the task of properly separating the many issues and resolving them can be difficult.
NuGet is a package manager that allows you to add packages (such as assemblies and source code) to an existing project.
To add MVVM Light to an existing project, use the NuGet package manager. This is the recommended method for downloading and integrating MVVM Light.
If you’re starting a new project, you can easily create a new MVVM Light project in Visual Studio. The MVVM Light Toolkit provides a project template for each supported XAML framework
A Pluralsight course titled MVVM Light Toolkit Fundamentals is now available! This is the ideal starting point to dive into the toolkit.