Alternatives to MVC

Blog Summary: (AI Summaries by Summarizes)
  • The author was asked about alternatives to Model View Controller (MVC) during a presentation.
  • The author found a blog post that discusses the majority of alternatives to MVC.
  • After researching, MVC is still the most commonly used pattern for applications and frameworks.
  • Microsoft is a major exception and uses Model View Presenter (MVP) and Model View ViewModel (MVVM) for their patterns.

During my MVC presentation Adam asked me a question that I hadn’t ever checked into. What alternatives to Model View Controller (MVC) are there? I spent some time looking around and found a great blog post about the majority of the alternatives to MVC. After looking around MVC is still the de facto standard for the majority of applications and frameworks. Microsoft is the major exception by using Model View Presenter (MVP) and Model View ViewModel (MVVM) for their patterns.

Related Posts