摘要:
1. 遇到的错误 Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. > Microso 阅读全文
摘要:
(注:本文示例使用的是.NET Core 3.1) 1. 配置 (Configuration) Reference: https://docs.automapper.org/en/latest/Configuration.html 多种方法配置,这里推荐使用配置文件实例 (Profile Insta 阅读全文
摘要:
1. 准备工作 1.1 创建项目 (以下使用.NET Core 3.1) 1.1 创建项目ASP.NET Core Web API,命名为WebApi 1.2 新建项目.NET Core的类库,命名为 Core 1.3 新建项目.NET Core的类库,命名为 Infrastructure 1.4 阅读全文