Dot Net Framework Question: Download Dot Net Framework PDF

What is a mvc in asp.net?

Tweet Share WhatsApp

Answer:

ASP.NET MVC is a part of the ASP.NET Web application framework

Model: The model contains the core information for an
application. This includes the data and validation rules as
well as data access and aggregation logic.

View: The view encapsulates the presentation of the
application, and in ASP.NET this is typically the HTML markup.

Controller: The controller contains the control-flow logic.
It interacts with the Model and Views to control the flow of
information and execution of the application.

Download Dot Net Framework PDF Read All 22 Dot Net Framework Questions
Previous QuestionNext Question
How to set background for total website, on that another another layer, in that we keep website data,,for example see www.msn.com. On one faded background we ll have layer like other background..Do explain how its possible?In which testing using in .net framwork?