Model View Controller (MVC) Question:
What is the greatest advantage of using asp.net mvc over asp.net webforms?

Answer:
It is difficult to unit test UI with webforms, where views in mvc can be very easily unit tested.
Previous Question | Next Question |
What does Model, View and Controller represent in an MVC application? | What are the advantages of ASP.NET MVC? |