随笔分类 -  后端 - Net - EntityFramework

在EF6.0中打印数据库操作日志
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; namespace EFLogging { class Program { ... 阅读全文

posted @ 2018-07-03 17:43 傍晚雨 阅读(228) 评论(0) 推荐(0)

EF记录统一添加创建,修改时间
摘要:We’ll add the DateCreated, UserCreated, DateModified and UserModified fields to each entity by creating a BaseEntity.cs class. Each entity that you wa 阅读全文

posted @ 2018-07-03 17:39 傍晚雨 阅读(340) 评论(0) 推荐(0)