Kishan Singh
What is the purpose of using MVC programming pattern in ASP.NET?
By Kishan Singh in ASP.NET MVC on Jul 26 2012
  • vanama saishanthan
    May, 2015 12

    We can have different views for one controller like which is not possible in ASP.NET classic where the code behind file contains a single source file for representation.And MVC main drawback is every control doesn't have its server side events as in classic .net.

    • 1
  • Prashant Koli
    May, 2015 12

    It is used for separation of concerns by means of Model View Controller architecture using loose coupling among them so that each of these items can be tested independently. It supports the test driven development

    • 0
  • mahesh
    Mar, 2013 15

    MVC based on loosely coupled architecture and principles like separation of concerns, Using MVC you can perform testing of individual part while other can still develop. No sticky code behind...

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS