What is MVC
What is MVC and what is its basic use in Asp.net?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prabhu RajaPosted Sep 19, 2011, 1:09 AM
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.
Click Here To Get More About MVC Pattern
----------------------------------------------------------------
If this post helps you, then mark as "Correct Answer"
Thank You
Rajanikant HawaldarPosted Jun 27, 2021, 9:42 AM
Gurpreet AroraPosted Jun 26, 2021, 7:29 PM
Model View Controller (MVC)
MVC is a design pattern used to decouple user interface (view), data (model), and application logic (controller).
This pattern helps to achieve separation of concerns.
ASP.NET is an open-source, server-side web application framework. It was created by Microsoft at the beginning of the century and it runs on Windows. ASP.NET makes it possible for developers to create web applications, web services, and dynamic content-driven websites.
https://docs.microsoft.com/en-gb/aspnet/core/mvc/overview?view=aspnetcore-5.0