上一页 1 ··· 340 341 342 343 344 345 346 347 348 ··· 400 下一页
摘要: 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 阅读(345) 评论(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 阅读(256) 评论(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 阅读(419) 评论(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 阅读(194) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/ms182532.aspx 阅读全文
posted @ 2016-01-12 10:11 ChuckLu 阅读(149) 评论(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 阅读(320) 评论(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 阅读(340) 评论(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 阅读(416) 评论(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 阅读(324) 评论(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 阅读(427) 评论(0) 推荐(0)
上一页 1 ··· 340 341 342 343 344 345 346 347 348 ··· 400 下一页