Ask Your Question
3

What is the Asp net MVC Project?

asked 2021-12-21 11:00:00 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-02-15 23:00:00 +0000

qstack gravatar image

ASP.NET MVC (Model-View-Controller) is a web development framework from Microsoft that is built on top of the .NET Framework. It is used to build web applications, and it provides a way to organize code by separating it into three parts: the Model, the View, and the Controller. The Model represents the data and the logic that works with it; the View displays the data to the user; and the Controller handles user input and updates the Model accordingly. An ASP.NET MVC project is a Visual Studio project that uses this framework and includes an initial set of files and folders to help organize and build the application.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-12-21 11:00:00 +0000

Seen: 1 times

Last updated: Feb 15 '22