享受代码,享受人生

SOA is an integration solution. SOA is message oriented first.
The Key character of SOA is loosely coupled. SOA is enriched
by creating composite apps.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

C# 3.0 Orcas 简介

Posted on 2005-09-20 11:49  idior  阅读(4035)  评论(3编辑  收藏  举报

以一些代码片段和个人的理解对LINQ的介绍:
(我更愿意叫它LINQ,而不是Orcas, 因为它可能根本不是Orcas,而是.Net2.1)

主要内容包括:

  • Implicitly typed local variables
  • Extension methods
  • Lambda Expressions
  • Object and Collection initializers
  • Anonymous types
  • Query Expressions

详细内容