PreviousNext

Using Prism in Universal Windows apps

by bill-s, 2015-01-10T11:16:04.000Z

Model-View-ViewModel (MVVM) is the most used pattern to create applications based on XAML technologies for WPF, Silverlight or Window Store apps. MVVM helps developers to separate the application’s logic from the user interface, allowing them to reuse the business logic with great testability and maintainability.

Read More