- MVVM Tutorial
- MVVM - Home
- MVVM – Introduction
- MVVM - Advantages
- MVVM - Responsibilities
- MVVM - First Application
- MVVM - Hooking Up Views
- MVVM - Hooking Up ViewModel
- MVVM - WPF Data Bindings
- MVVM - WPF Data Templates
- MVVM - ViewModel Communication
- MVVM - Hierarchies & Navigation
- MVVM - Validations
- MVVM - Dependency Injection
- MVVM - Events
- MVVM - Unit Testing
- MVVM - Frameworks
- MVVM - Interview Questions
- MVVM Useful Resources
- MVVM - Quick Guide
- MVVM - Useful Resources
- MVVM - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
MVVM Tutorial
Every good developer wants and tries to create the most sophisticated applications to delight their users. Most of the times, developers achieve this on the first release of the application. However, with new feature addition, fixing the bug without putting a lot of consideration into the structure of the application code becomes difficult due to code complexity. For this, there is a need for good clean structure of code.
In this tutorial, you will learn how to reduce code complexity and how to maintain a clean and reusable structure of your code by using MVVM pattern.
Audience
This tutorial is designed for software developers who want to learn how to develop quality applications with clean structure of code.
Prerequisites
MVVM is a pattern that is used while dealing with views created primarily using WPF technology. Therefore, it would help a great deal if you have prior exposure to WPF and its bindings.