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.
Read moreWhat is state management technique in MVC?
State Management techniques in ASP.Net MVC
Read moreHow do we maintain session state in MVC?
ASP.NET MVC provides three ways (TempData, ViewData and ViewBag ) to manage session, apart from that we can use session variable, hidden fields and HTML controls for the same.
Read more