- Hands-On Full:Stack Web Development with ASP.NET Core
- Tamir Dresher Amir Zuker Shay Friedman
- 40字
- 2021-06-10 19:37:24
Getting familiar with the ASP.NET Core MVC framework
ASP.NET Core MVC is a web development framework for developing traditional web applications. It is based on the MVC architectural pattern that separates the code into three layers: models, views, and controllers.