what is MVC in ASP.NET byAdmin •November 22, 2016 Microsoft has introduced a new Technology for web development called ASP.NET MVC. MVC stands for 1- Model 2- View 3- Controller MODEL model Represents core business logic and data. View View represents data or model or models in visual repres…