What is MVVM design pattern?



What is MVVM design pattern?..

Answer / Prem Priyadarshi

The Model-View-ViewModel (MVVM) design pattern is an architectural pattern used in software development that separates the user interface from the business logic. It consists of three main components: Model, which represents the data and the business rules; View, which handles the user interface presentation; and ViewModel, which acts as a mediator between the Model and View. In .NET, the MVVM pattern is often implemented using frameworks like WPF or Silverlight.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

Define .NET architecture ?

3 Answers   TCS,


What is the 'page life cycle' of an ASP.NET MVC?

1 Answers   NA,


And if they have conflicting method names ?

1 Answers  


What is tempdata?

1 Answers  


How we can register the Area in ASP.Net MVC?

1 Answers  


What is JIT and how is works ?

10 Answers  


What data type should you use if you want an 8-bit value that's signed ?

1 Answers  


Mention two instances where routing is not implemented or required?

1 Answers   Infosys,


what are the aggregate functions in ASP.NET?

1 Answers   CTS, IBM, Zylog,


Iam using an asp.net application . i want to update one of my table in database at 4pm every day how it is possible.

6 Answers   ABC, Evalueserve,


Is .net framework backwards compatible?

1 Answers  


Can I uninstall microsoft .net framework?

1 Answers  


Categories