Let’s understand the MVC architecture supported in ASP.NET. MVC stands for Model, View, and Controller . MVC separates an application into three components – Model, View, and Controller. Model: Model represents the shape of the data.
Let’s understand the MVC architecture supported in ASP.NET. MVC stands for Model, View, and Controller . MVC separates an application into three components – Model, View, and Controller. Model: Model represents the shape of the data.