Objective 1.3: Apply the MVVM pattern to your app design

It is challenging to develop the UI of a modern application while considering code and visual element reuse, separation of concerns, and maintainability. UI design patterns are reusable solutions that can help developers build UIs. You can use the MVVM design pattern to develop Windows Store apps that are maintainable, testable, and extensible.

Note

This objective covers how to:

  • Design and implement the appropriate data model to support business entities

  • Design your viewmodel to support your view based on your model

  • Develop a view to meet data-binding requirements

  • Create viewmodels using INotifyPropertyChanged, ObservableCollection, and CollectionViewSource

Designing and implementing the appropriate ...

Get Exam Ref 70-484: Essentials of Developing Windows Store Apps Using C# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.