0 votes
in C Sharp by

What is MVC and what are the features of MVC?

1 Answer

0 votes
by

Model-View-Controller (MVC) is an architectural pattern which separates an application into 3 key logical components: model, view, and controller. All these components are built for handling particular development aspects of an application. MVC is one of the most regularly used industry-standard web development frameworks for creating scalable and extensible projects.

Related questions

0 votes
0 votes
asked Jan 20, 2020 in C Sharp by AdilsonLima
0 votes
0 votes
0 votes
0 votes
asked Jul 30, 2021 in C Sharp by DavidAnderson
...