摘要:
1、接口 using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Threading.Tasks; namespace WebAppl 阅读全文
posted @ 2020-01-03 16:08
面无表情的石头
阅读(1072)
评论(0)
推荐(0)
摘要:
1、自定义中间件 using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Configuration; using System; using System.Collections.Generic; using System.IO; u 阅读全文
posted @ 2020-01-03 14:47
面无表情的石头
阅读(855)
评论(0)
推荐(0)
摘要:
1 nuget安装AutoMapper、AutoMapper.Extensions.Microsoft.DependencyInjection 2、添加dto 3、 配置 DTO 和实体映射类 4、注入服务 6、 使用 阅读全文
posted @ 2020-01-03 14:21
面无表情的石头
阅读(254)
评论(0)
推荐(0)
摘要:
1、 新建实体 2、新建中间实体 3、添加导航属性 4、Fluent API 配置关系 5、 add-migraion 6 、 update-database 阅读全文
posted @ 2020-01-03 14:09
面无表情的石头
阅读(179)
评论(0)
推荐(0)
摘要:
1、 新建实体 2、添加导航属性 3 、申明集合 4、add-migraion "add course"5、update-database 阅读全文
posted @ 2020-01-03 13:56
面无表情的石头
阅读(289)
评论(0)
推荐(0)
摘要:
1、新建实体 二、Student 添加导航属性 3、 申明集合 4、 add-migration "add profile" 5 、update-database 阅读全文
posted @ 2020-01-03 13:48
面无表情的石头
阅读(193)
评论(0)
推荐(0)
摘要:
1、建立实体 二、DBcontext 3、 startup 添加服务 4、配置appsetting.json 5、数据迁移 生成migrations文件夹后执行update-database 6、回退 update-database "init" 则回退到"init "这个版本 阅读全文
posted @ 2020-01-03 13:38
面无表情的石头
阅读(879)
评论(0)
推荐(0)
浙公网安备 33010602011771号