我亦MSDN 原文地址 http://msdn.microsoft.com/en-us/data/jj556606 Entity Framework allows a number of settings to be specified from the configuration file. In general EF follows a ‘convention over configuration’ principle. All the settings discussed in this
static void Main(string[] args) { int times = 1000000; string value = "Dynamic VS Reflection"; //reflection 测试开始 TestClass testTypeByReflection = new TestClass(); Stopwatch watch1 = Stopwatch.StartNew(); var property = typeof(TestClass).GetPrope