摘要:
疑惑前段时间一直再用Entity Framework 6,写了一些公用的方法,在这个过程中发现了DbContext实现的接口IObjectContextAdapter,可以通过这个接口访问到更底层的ObjectContext对象,比如((IObjectContextAdapter)ctx).Obje... 阅读全文
摘要:
Q: How to change parameter values in configuration files dynamicallyIn the first section http://www.cnblogs.com/delexios/p/4933300.html, I mentioned 5... 阅读全文