ASP.NET MVC 3 Interview Questions (jinaldesai.net)
What is MVC? MVC is a framework methodology that divides an application’s implementation into three component roles: models, views, and controllers. “Models” in a MVC based application are the components of the application that are responsible for maintaining state. Often this state is persisted inside a database (for example
0 comments
[ 4.7 ms ] story [ 8.9 ms ] threadNo comments yet.