C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
2
Reply
What is MVVM design pattern?
Manish Sharma
13y
2.8k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
http://blogs.msdn.com/b/msgulfcommunity/archive/2013/03/13/understanding_2d00_the_2d00_basics_2d00_of_2d00_mvvm_2d00_design_2d00_pattern.aspx
Munesh Sharma
11y
0
MVVM is a UI design pattern. The main use of this pattern to remove UI cluttered code like bindings, synchronization etc. In this pattern we create an extra class called as view model which acts as a bridge between model and view. The view sends the actions and data to the view model class who in turns sends the data to model. Any changes in the model is informed to the UI using the INotifyPropertyChanged interface.
jeetendra tripathi
13y
0
What is the difference between Singleton design pattern and Factory design pattern?
What is Dependency of Injection?
Message