摘要:
1、创建懒加载的实例类 internal class MyClass { //用于测试构造函数被调用了多少次,以及各对象的HashCode //使用线程安全队列准确获取数据 public static ConcurrentQueue<int> List = new ConcurrentQueue<i 阅读全文
摘要:
Entity Framework Core配置DbContext的两种方式 使用Entity Framework 迁移过程 中遇到过一个问题,在这里拿出来晒晒。 Unable to create an object of type 'xxxContext'. For the different 阅读全文