随笔分类 -  Linq

摘要:LINQ (language integrated query) is one of the new features provided with VS 2008 and .NET 3.5. LINQ makes the concept of querying data a first class programming concept in .NET, and enables you to efficiently express queries in your programming language of choice.One of the benefits of LINQ is that 阅读全文
posted @ 2014-03-19 19:54 happyu0223 阅读(642) 评论(0) 推荐(0)
摘要:比较多个不同的xml 文件内容, 找出不同的节点或相同的节点Compare xml files using C#LINQhttp://deepumi.wordpress.com/2010/03/02/compare-xml-files-using-csharp-linq/Compare two xml and print the difference using LINQ 阅读全文
posted @ 2014-03-07 17:32 happyu0223 阅读(239) 评论(0) 推荐(0)