tech/webdev magazine

February 1, 2016

How to Use MVVM in a Universal Windows App

Monday, February 01, 2016 Teklinks

The Model-View-ViewModel (MVVM) pattern helps developers separate an application's business and presentation logic from its user interface. Maintaining a clear separation between application logic and user interface helps address development and design issues, making an application easier to test, maintain, and develop. It can also improve the reusability of code and it allows multiple developers to collaborate more easily when working on the same project.

Full article