01 2016 档案
摘要:菜单栏View-->SQL Server Object Explorer默认有几个连接,可以根据需要自己再另外添加比如添加127.0.0.1建立连接之后,剩下的操作和sql server中是一样的
阅读全文
摘要:https://msdn.microsoft.com/en-us/library/58wxa9w5(v=vs.120).aspx When you develop web projects in Visual Studio, you need a web server to test or run
阅读全文
摘要:安装包可以从itellyou下载NorthWind安装SQL2000SampleDb.msi 之后可以在C:\SQL Server 2000 Sample Databases目录2016/01/22 14:10 .2016/01/22 14:10 ..2004/02/0...
阅读全文
摘要:1.what is the main disadvantage of garbage collection?Typically, garbage collection has certain disadvantages, including consuming additional resource...
阅读全文
摘要:This example reads object data that was previously written to an XML file using theXmlSerializerclass.ExampleThis code example is also available as an...
阅读全文
摘要:This example writes the object from a class to an XML file using theXmlSerializerclass.Namespace:System.Xml.SerializationAssembly:System.Xml (in Syste...
阅读全文
摘要:1.what is serialization in c#?Serialization is the process of converting an object into a stream of bytes in order to store the object or transmit it ...
阅读全文
摘要:The C# standard only listsdoubleandfloatas floating points available (those being the C# shorthand forSystem.DoubleandSystem.Single),but thedecimaltyp...
阅读全文
摘要:https://msdn.microsoft.com/en-us/library/ms182532.aspx
阅读全文
摘要:https://msdn.microsoft.com/en-us/library/hh598957.aspxUnit tests often mirror the structure of the code under test.For example, a unit test project wo...
阅读全文
摘要:https://msdn.microsoft.com/en-us/library/ms182470.aspx Running Automated Tests in Visual Studio Visual Studio provides different ways to run tests. Yo
阅读全文
摘要:http://www.entityframeworktutorial.net/Types-of-Entities.aspx We created EDM for existing database in the previous section. As you have learned in the
阅读全文
摘要:http://www.entityframeworktutorial.net/EntityFramework4.3/dbcontext-vs-objectcontext.aspxAs you have seen in the previousCreate Entity Data Modelsecti...
阅读全文
摘要:http://www.entityframeworktutorial.net/model-browser-in-entity-framework.aspx We have created our first Entity Data Model for School database in the p
阅读全文
摘要:http://stackoverflow.com/questions/23046081/missing-ado-net-entity-data-model-on-visual-studio-2013用UltraISO软件,将vs2015的安装包加载到虚拟光驱,然后在J:\packages\EFToo...
阅读全文
摘要:在项目上右键,然后选择Manage NuGet Packages搜索EntityFramework,然后InstallacceptAttempting to gather dependencies information for package 'EntityFramework.6.1.3' wit...
阅读全文
摘要:程序员的最高境界:呆若木鸡 博客园已经如此堕落了吗?首页的审核是怎么回事? 抄谁的东西不好,居然去抄律师的? 完全照搬句式结构,我也是醉了 http://lichangyong.66law.cn/wenji_113435.aspx 成语“呆若木鸡”来自于《庄子》中的一则小故事。按照庄子的说法,斗鸡的
阅读全文
摘要:http://www.entityframeworktutorial.net/EntityFramework5/create-dbcontext-in-entity-framework5.aspx 官网的教程https://msdn.microsoft.com/en-us/data/jj206878
阅读全文
摘要:http://www.entityframeworktutorial.net/EntityFramework-Architecture.aspxThe following figure shows the overall architecture of the Entity Framework. L...
阅读全文
摘要:http://www.entityframeworktutorial.net/EntityFramework5/entity-framework5-introduction.aspxBasics of Entity FrameworkYou will the learn basics of Enti...
阅读全文
摘要:What is the difference between DAO and DAL?The Data Access Layer (DAL) is the layer of a system that exists between the business logic layer and the p...
阅读全文