Describe the ASP.NET Core MVC
ASP.NET Core MVC is a framework to build web applications and APIs. It's based on Model-View-Controller (MVC) Design Pattern. This design pattern separate an application into three main components known as Model, View and Controller. It also helps to achieve SoC (Separation of Concern) design principle.
ASP.NET Core MVC is light weight, open-source and testable framework to build web applications and services.
ASP.NET Core MVC is light weight, open-source and testable framework to build web applications and services.
Comments
Post a Comment