ASP.NET MVC 3 Interview Questions(jinaldesai.net)
jinaldesai.net
ASP.NET MVC 3 Interview Questions
http://jinaldesai.net/asp-net-mvc-3-interview-questions/
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
—