摘要: asp.net core 3.1 MVC/WebApi JSON 全局配置 System.Text.Json(default) startup配置代码如下: using System.Text.Encodings.Web; using System.Text.Json; using System.T 阅读全文
posted @ 2020-03-10 18:30 跟着阿笨一起玩.NET 阅读(1647) 评论(0) 推荐(0) 编辑
摘要: EFCore2.0 为DbContext引入新的注册方式:透明地注册了 DbContext实例池 services.AddDbContextPool<UserModelContext>(options => options.UseSqlServer(Configuration.GetConnecti 阅读全文
posted @ 2020-03-10 12:01 跟着阿笨一起玩.NET 阅读(1849) 评论(0) 推荐(1) 编辑