Build the Web Application with ASP.NET Core, Part 1
暂无分享,去创建一个
The final piece of the SpyStore puzzle is the SpyStore.Mvc Web Application. The application uses the ASP.NET Core template that is based on the Model-View-Controller pattern, previously referred to as ASP.NET MVC. It interacts with the database through the ASP.NET Core RESTful service built in Chapter 7.