Click here to Skip to main content
15,890,399 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i just gave an interview and i m .net beginner of .net
so i dont know what is mvc
so plz can u help me and explain me basically what is mvc in .net?
Posted
Comments
Rajeev Jayaram 2-Mar-12 6:21am    
Why don't you try google for something that is very obvious? See my answer.

The Model-View-Controller (MVC) is a architectural pattern that separates an application into three main components: Model, View, and Controller. Use of the Model/View/Controller (MVC) pattern separates the different aspects of the application (input logic, business logic, and UI logic)

You can get more information about ASP.Net MVC pattern in below link

http://www.asp.net/mvc/tutorials/overview/asp-net-mvc-overview[^]
 
Share this answer
 
Comments
Member 8693833 2-Mar-12 6:26am    
thnks
The ASP.NET MVC Framework is a web application framework that implements the model-view-controller (MVC) pattern. Based on ASP.NET, it allows software developers to build a Web application as a composition of three roles: Model, View and Controller.

refer :
http://msdn.microsoft.com/en-us/library/ff647462.aspx[^]
http://en.wikipedia.org/wiki/ASP.NET_MVC_Framework[^]

you can get much more through google too.
 
Share this answer
 
v2
Refer these link,
http://www.asp.net/mvc[^]
http://www.asp.net/mvc/overview/what-is-mvc[^]

Also, Why don't you try google for something that is very obvious?
 
Share this answer
 
v3
ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and that gives you full control over markup for enjoyable, agile development. ASP.NET MVC includes many features that enable fast, TDD-friendly development for creating sophisticated applications that use the latest web standards.

these are the step by step procedure to create MVC ..go through it

http://www.codeproject.com/Articles/207797/Learn-MVC-Model-view-controller-Step-by-Step-in-7
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900