ASP.NET MVC Framework Architecture, What is MVC

0
ASP.NET MVC Framework:-




...........................................................................................................................................................

It is a modern web framework of MICROSOFT which provides a secure, lightweight framework to design and develop a dynamic web application.

It is compatible with different design codes such as HTML 5, CSS3, Jquery, Angular JS, Node Js, etc.

It provides a Razor view engine to write C# code and HTML code on a single page.MVC provides a secure and dynamic page URL to manage URL Routing.

It supports Entity Framework ORM(Object Relational Mapping) tools easily which will be used to perform database operations.




.....................................................................................................................................................

What is MVC?

...................................................................................

It is a design pattern that is used to distribute the project on different project layers, MVC means Model, View, Controller where the model is used to contain the data access layer, the view is used to contain the user access layer, and the controller is used to managing view and model layer both as well as manage business access layer.


MVC flow is just the opposite of their name. because the first controller layer will be loaded after that view layer and the model layer will work.

1)  Controller:-   It is used to contain the program code of an application, when we call an application then the first controller will be loaded and it will call model and view file.


2) View-   It is used to design a template of an application using HTML, JS, Jquery, and CSS,

3) Model:-  This layer is used to contain the database access code of an application. entity framework and Linq (Language Integrated Query)  based query will be implemented by Model Layer.


                           
IIS means Internet Information Services that is used to contain web pages.



Tags

Post a Comment

0Comments

POST Answer of Questions and ASK to Doubt

Post a Comment (0)