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 meant by mvc?

1 Answers  


Mention the advantages and disadvantages of mvc model?

1 Answers  


How do you explain mvc?

1 Answers  


What is difference between mvvm and mvc?

1 Answers  


Why viewstate is not used in mvc?

1 Answers  


What are child actions in mvc?

1 Answers  


Mention the order of the filters that get executed, if the multiple filters are implemented?

1 Answers  


Explain the role of components presentation, abstraction and control in mvc?

1 Answers  


What is latest mvc version?

0 Answers  


What is api controller in mvc?

1 Answers  


What is allowanonymous in mvc?

1 Answers  


What is mvc in angularjs?

1 Answers  


Categories