摘要: LINQ to Objects LINQ to ADO.NET -|-LINQ to SQL |-LINQ to DataSet |-LINQ to EntiriesLINQ to XML(SOAP)Simple Object Access ProtocolLINQ to ObjectLINQ query that gets temporary files greater than 10,000 bytes, ordered by size string tempPath = Path.GetTempPath(); DirectoryInfo dirInfo = new Directory.. 阅读全文
posted @ 2008-03-08 22:48 William Zhao 阅读(115) 评论(0) 推荐(0) 编辑
摘要: LINQ is a methodology that simplifies and unifies the implenentation of any kind of data access. It offering a uniform way to access and manage data without forcing the adoptionof a "one size fies all" model. It is a programming model that introduces queries as afirst-class concept into an 阅读全文
posted @ 2008-03-08 22:43 William Zhao 阅读(152) 评论(0) 推荐(0) 编辑