in Technology by
Explain some benefits of using MVC?

1 Answer

0 votes
by

Some common benefits of MVC are –

  • Support of multiple views:Since there is a separation of the model from its view, the user interface (UI) gets the capability to implement multiple views of the same data concurrently.
  • Faster development process:MVC has the ability to provide rapid and parallel development. This means that while developing an application, it is more likely that one programmer will perform some action on the view and in parallel, another can work on creating the application’s business logic.
  • SEO-friendly development: The platform of MVC can support SEO-friendly development of web pages or web applications.
  • More Control: The MVC framework (of ASP.NET) offers additional control over HTML, CSS and JavaScript than that of traditional WebForms.
  • Lightweight: MVC framework does not make use of View State which eventually minimises the requested bandwidth to some extent.

Related questions

0 votes
    What are some potential benefits of using NFTs in a business or organization?...
asked Jan 21, 2023 in Technology by JackTerrance
0 votes
    Did TCS forces to fire a girl Engineer just because she purchased some products and claimed under the benefits that TCS offers | TCS Termination 2022-2023?...
asked Jan 4, 2023 in Technology by Editorial Staff
0 votes
    Mention some of the core benefits of DevOps....
asked Oct 4, 2020 in Technology by Editorial Staff
0 votes
    What are the Benefits of using zookeeper?...
asked Aug 3, 2021 in Technology by JackTerrance
0 votes
    What are the benefits of using Python?...
asked Dec 6, 2020 in Technology by JackTerrance
0 votes
    What are the benefits of using Salesforce CRM?...
asked Nov 12, 2020 in Technology by JackTerrance
0 votes
    What are the benefits of using Maven?...
asked Feb 5, 2023 in Education by JackTerrance
0 votes
    Explain briefly about separation of concern in MVC?...
asked Jun 14, 2021 in Technology by JackTerrance
0 votes
    Mention & explain the different approaches use to implement Ajax in MVC?...
asked Jun 14, 2021 in Technology by JackTerrance
0 votes
    How will you navigate from one view to another view in MVC? Explain with a hyperlink example...
asked Jun 14, 2021 in Technology by JackTerrance
0 votes
    Explain in brief the role of different MVC components?...
asked Dec 8, 2020 in Technology by JackTerrance
0 votes
    Explain the MVC Application life cycle....
asked Dec 8, 2020 in Technology by JackTerrance
0 votes
    Explain the concept of MVC Scaffolding?...
asked Apr 5, 2021 in Education by JackTerrance
0 votes
    Explain the need of display mode in MVC?...
asked Apr 5, 2021 in Education by JackTerrance
0 votes
    Explain Areas in MVC?...
asked Apr 5, 2021 in Education by JackTerrance
...