01 2016 档案

摘要:菜单栏View-->SQL Server Object Explorer默认有几个连接,可以根据需要自己再另外添加比如添加127.0.0.1建立连接之后,剩下的操作和sql server中是一样的 阅读全文
posted @ 2016-01-26 14:56 ChuckLu 阅读(698) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2016-01-26 12:10 ChuckLu 阅读(463) 评论(0) 推荐(0) 编辑
摘要:安装包可以从itellyou下载NorthWind安装SQL2000SampleDb.msi 之后可以在C:\SQL Server 2000 Sample Databases目录2016/01/22 14:10 .2016/01/22 14:10 ..2004/02/0... 阅读全文
posted @ 2016-01-22 14:24 ChuckLu 阅读(381) 评论(0) 推荐(0) 编辑
摘要:1.what is the main disadvantage of garbage collection?Typically, garbage collection has certain disadvantages, including consuming additional resource... 阅读全文
posted @ 2016-01-21 09:59 ChuckLu 阅读(399) 评论(0) 推荐(0) 编辑
摘要:This example reads object data that was previously written to an XML file using theXmlSerializerclass.ExampleThis code example is also available as an... 阅读全文
posted @ 2016-01-20 16:12 ChuckLu 阅读(337) 评论(0) 推荐(0) 编辑
摘要:This example writes the object from a class to an XML file using theXmlSerializerclass.Namespace:System.Xml.SerializationAssembly:System.Xml (in Syste... 阅读全文
posted @ 2016-01-20 15:59 ChuckLu 阅读(238) 评论(0) 推荐(0) 编辑
摘要: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 ... 阅读全文
posted @ 2016-01-20 15:26 ChuckLu 阅读(406) 评论(0) 推荐(0) 编辑
摘要:The C# standard only listsdoubleandfloatas floating points available (those being the C# shorthand forSystem.DoubleandSystem.Single),but thedecimaltyp... 阅读全文
posted @ 2016-01-19 17:30 ChuckLu 阅读(182) 评论(0) 推荐(0) 编辑
摘要:https://msdn.microsoft.com/en-us/library/ms182532.aspx 阅读全文
posted @ 2016-01-12 10:11 ChuckLu 阅读(137) 评论(0) 推荐(0) 编辑
摘要: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... 阅读全文
posted @ 2016-01-12 09:37 ChuckLu 阅读(308) 评论(0) 推荐(0) 编辑
摘要:https://msdn.microsoft.com/en-us/library/ms182470.aspx Running Automated Tests in Visual Studio Visual Studio provides different ways to run tests. Yo 阅读全文
posted @ 2016-01-12 09:17 ChuckLu 阅读(327) 评论(0) 推荐(0) 编辑
摘要:http://www.entityframeworktutorial.net/Types-of-Entities.aspx We created EDM for existing database in the previous section. As you have learned in the 阅读全文
posted @ 2016-01-08 17:47 ChuckLu 阅读(404) 评论(0) 推荐(0) 编辑
摘要:http://www.entityframeworktutorial.net/EntityFramework4.3/dbcontext-vs-objectcontext.aspxAs you have seen in the previousCreate Entity Data Modelsecti... 阅读全文
posted @ 2016-01-08 14:32 ChuckLu 阅读(316) 评论(0) 推荐(0) 编辑
摘要:http://www.entityframeworktutorial.net/model-browser-in-entity-framework.aspx We have created our first Entity Data Model for School database in the p 阅读全文
posted @ 2016-01-08 14:26 ChuckLu 阅读(411) 评论(0) 推荐(0) 编辑
摘要:http://stackoverflow.com/questions/23046081/missing-ado-net-entity-data-model-on-visual-studio-2013用UltraISO软件,将vs2015的安装包加载到虚拟光驱,然后在J:\packages\EFToo... 阅读全文
posted @ 2016-01-07 14:19 ChuckLu 阅读(1043) 评论(0) 推荐(0) 编辑
摘要:在项目上右键,然后选择Manage NuGet Packages搜索EntityFramework,然后InstallacceptAttempting to gather dependencies information for package 'EntityFramework.6.1.3' wit... 阅读全文
posted @ 2016-01-07 13:46 ChuckLu 阅读(2247) 评论(0) 推荐(0) 编辑
摘要:程序员的最高境界:呆若木鸡 博客园已经如此堕落了吗?首页的审核是怎么回事? 抄谁的东西不好,居然去抄律师的? 完全照搬句式结构,我也是醉了 http://lichangyong.66law.cn/wenji_113435.aspx 成语“呆若木鸡”来自于《庄子》中的一则小故事。按照庄子的说法,斗鸡的 阅读全文
posted @ 2016-01-06 20:01 ChuckLu 阅读(441) 评论(4) 推荐(0) 编辑
摘要:http://www.entityframeworktutorial.net/EntityFramework5/create-dbcontext-in-entity-framework5.aspx 官网的教程https://msdn.microsoft.com/en-us/data/jj206878 阅读全文
posted @ 2016-01-05 17:21 ChuckLu 阅读(1408) 评论(0) 推荐(0) 编辑
摘要:http://www.entityframeworktutorial.net/EntityFramework-Architecture.aspxThe following figure shows the overall architecture of the Entity Framework. L... 阅读全文
posted @ 2016-01-05 15:50 ChuckLu 阅读(284) 评论(0) 推荐(0) 编辑
摘要:http://www.entityframeworktutorial.net/EntityFramework5/entity-framework5-introduction.aspxBasics of Entity FrameworkYou will the learn basics of Enti... 阅读全文
posted @ 2016-01-05 14:56 ChuckLu 阅读(165) 评论(0) 推荐(0) 编辑
摘要: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... 阅读全文
posted @ 2016-01-04 15:01 ChuckLu 阅读(455) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示