what is a mvc in asp.net?
Answer Posted / vijay musmade
mvc is the model view controller architecture in .net framework.
mvc consist of its libraries in this mode.
| Is This Answer Correct ? | 24 Yes | 5 No |
Post New Answer View All Answers
What is the difference between partial and renderpartial?
What is entitytypes? : Entity framework
What is the difference between model view and controller?
Which filter executes first in an asp.net mvc application?
What is .net framework in simple terms?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
Can we add constraints to the route? If yes, explain how we can do it?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What is the difference between renderaction and renderpartial?
What is ViewData and TempData in ASP.Net MVC?
What is the difference between old ADO.NET and Entity framework coding techniques?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
What is meant by viewdata?
What are the options can be configured in AJAX helpers?
What is controllercontext?