Sorry, this page is no longer available
Sorry, this page is no longer available
We may earn an affiliate commission when you visit our partners.

MVVM Pattern

Save
May 11, 2024 3 minute read

MVVM (Model-View-ViewModel) is a design pattern commonly used in software development, particularly in the context of user interfaces (UIs) for desktop and mobile applications. It is a variation of the MVC (Model-View-Controller) pattern that simplifies UI development by separating the UI into three distinct components: the Model, the View, and the ViewModel.

MVVM Components

The Model, as the name suggests, represents the underlying data and business logic of the application. It is responsible for managing data, performing calculations, and interacting with external systems if necessary.

The View, on the other hand, is the visual representation of the data provided by the Model. It handles the UI elements, such as textboxes, buttons, and images, and allows users to interact with the application.

The ViewModel acts as a bridge between the Model and the View. It exposes the data and functionality of the Model in a way that is easily consumable by the View. The ViewModel transforms the data into a format suitable for the UI, handles user interactions, and updates the Model accordingly.

Benefits of MVVM

The MVVM pattern offers several advantages for UI development:

Share

Help others find this page about MVVM Pattern: by sharing it with your friends and followers:

Reading list

We've selected five books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in MVVM Pattern.
An advanced guide to MVVM application development, covering topics such as modularity, testing, and performance optimizations, with a focus on best practices.
This introductory book teaches MVVM fundamentals from the ground up, demonstrating the framework's key concepts and techniques through real-world examples.
This practical guide focuses on code examples and real-world scenarios, providing a hands-on approach to building MVVM applications in WPF and C#.
Specifically tailored to WPF (Windows Presentation Foundation) and C#, this book provides a comprehensive guide to developing MVVM applications in these technologies.
Provides an in-depth overview of the MVVM Light Toolkit, a popular open-source framework for developing MVVM applications in WPF and Silverlight.
Table of Contents
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2025 OpenCourser