Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Which is better mvvm or mvc?



Which is better mvvm or mvc?..

Answer / Heena

The choice between MVVM (Model-View-ViewModel) and MVC (Model-View-Controller) depends on the specific requirements of your project. Both patterns are designed to separate the concerns of an application, making it easier to manage complexity, improve maintainability, and facilitate testing. MVC is a more established pattern and is often used for web applications where the user interface requires direct interaction with the user (e.g., form handling, navigation, and server interactions). MVVM is a variation of MVC that focuses on providing a clean separation between the UI logic (ViewModel) and the data binding to the UI components (View). It's often used in applications where the UI needs to be updated dynamically based on changes in the underlying data. Ultimately, the choice between MVVM and MVC will depend on your specific project requirements and the preferences of your development team.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MVC Model View Controller Interview Questions

What is Controller in MVC application?

1 Answers  


Explain the MVC pattern with example

1 Answers   Infosys,


Explain the concept of razor in asp.net mvc?

1 Answers  


What are the filters in mvc?

1 Answers  


What is mvc state management?

1 Answers  


Explain in which assembly is the mvc framework is defined?

1 Answers  


What is difference between mvc and mvvm?

1 Answers  


Is flux a mvc?

1 Answers  


Mention the advantages and disadvantages of mvc model?

1 Answers  


What is difference between mvc and hmvc?

1 Answers  


What does model do in mvc?

1 Answers  


Mention what is the difference between adding routes, to a webform application and an mvc application?

1 Answers  


Categories