Introduction
这是系列文章 “Using ASP.NET Core, Entity Framework Core and ASP.NET Boilerplate to Create NLayered Web Application” 的第二部分。
- Part I - Using ASP.NET Core, Entity Framework Core and ASP.NET Boilerplate to Create NLayered Web Application
- Part II (this one) - Using ASP.NET Core, Entity Framework Core and ASP.NET Boilerplate to Create NLayered Web Application
Developing the Application
按照官方教程操作,基本没出任何问题,唯一值得注意的地方还是在迁移数据库前先临时卸载测试项目。