MVC Developer Question:

Tell me what is the greatest advantage of using asp.net mvc over asp.net webforms?

MVC Developer Interview Question
MVC Developer Interview Question

Answer:

It is difficult to unit test UI with webforms, where views in mvc can be very easily unit tested.


Previous QuestionNext Question
Tell me what are the Folders in MVC application solutions?Explain me what is Areas in MVC?