文章分类 -  C# 3.0学习

摘要:Exercise 4 – LINQ to SQL: LINQ for Connected Databases This exercise begins by demonstrating that the same features available for querying in-memory collections, xml files, and data sets, can also be ... 阅读全文
posted @ 2007-11-29 10:53 cspfeng 阅读(668) 评论(1) 推荐(0)
摘要:Exercise 3 – LINQ to DataSet: LINQ for DataSet Objects This exercise demonstrates that the same features available for querying in-memory collections and querying xml can be applied to datasets. 本练习演示... 阅读全文
posted @ 2007-11-20 16:56 cspfeng 阅读(334) 评论(0) 推荐(0)
摘要:Exercise 2 – LINQ to XML: LINQ for XML documents LINQ to XML is an in-memory XML cache that takes advantage of the standard query operators and exposes a simplified way to create XML documents and fra... 阅读全文
posted @ 2007-11-20 16:08 cspfeng 阅读(361) 评论(0) 推荐(0)
摘要:Exercise 1 –LINQ for In-Memory Collections 练习1-内存集合的LINQ In this exercise, you learn how to query over object sequences. Any collection supporting the System.Collections.Generic.IEnumerable interface... 阅读全文
posted @ 2007-11-19 14:54 cspfeng 阅读(283) 评论(0) 推荐(0)
摘要:Lab 1: LINQ Project: Unified Language Features for Object and Relational Queries 实验1:Linq项目:对象和关系查询统一语言功能 This lab provides an introduction to the LINQ Project. The language integrated query framewor... 阅读全文
posted @ 2007-11-19 14:48 cspfeng 阅读(232) 评论(0) 推荐(0)

测试