Tech Glossary
What is ASP.NET MVC?
ASP.NET MVC is a framework for building web applications. It is an alternative to other technologies such as ASP.NET Web Forms and ASP.NET Core MVC. ASP.NET MVC uses a Model-View-Controller (MVC) architecture, which makes it easier to manage large and complex web applications. ASP.NET MVC also includes several tools to make web application development easier, such as a built-in web server, a template engine, and a debugger.