Why and When We Use Asp.net MVC Framework?

Why and When We  Use Asp.net  MVC Framework?:

When we want to develop application which should be lightweight and easy for testing and Maintenance and more Loose Coupling that time we can develop application in MVC.

 

 Asp.net Web forms as we have various server control which generates large view state to maintain state which make page heavy . If person having low bandwidth cannot access this Heavy page. At this time we can use MVC where we have control over Generating HTML and using some Functionality of MVC such as bundling and magnification can increase performance of application.

While developing application in MVC we have long term benefits:

  • Development
  • Testing
  • Maintenance
  • Control over HTML
Development: The MVC components such as (Model, View and Controller) can be developed in isolation. Because they are not directly depended on each other

 

Testing: The MVC components are not directly depend on each other this make it easy to test components separately.

 

Maintenance: All components logic is separated it make it easy for Maintenance in future.

 

Control over HTML: You want full control over the HTML that is rendered in the browser and you can afford the development time and overhead to do all of your own mark-up.


Other Related Post:

  •  
  •  




Comments


  1. Thank you for such a sweet tutorial - all this time later, I've found it and love the end rStill Hunting Method
    Hunting psych tips Survival Tips Travel Touring Tips

    esult. I appreciate the time you spent sharing your skills.

    ReplyDelete


  2. Nice posting..thanks.
    Ijin..info investasi lahan keluarga di San Diego Hills memorial Park bebas biaya perawatan dan kebersihan selamanya klik

    travel trekking tips
    see the link Tent Camping 101 Exploring Smithriver

    ReplyDelete

Post a Comment

Popular posts from this blog