Visual Studio "Orcas"有了好多新东西哦,太好了,今天看了一下,实在太屌了,从ScottGu's Blog里看到了Orcas支持JavaScript的Intellisense,还有begug,document,太屌了,这样以后写JavaScript就不用烦恼了,不然还要用FireFox下的Plug-In,实在不好玩!
Oracs好像不再支持J#了,看来J#已是穷途末路了……@H_502_12@

Lambda Expressions provide a more concise,functional Syntax for writing anonymous methods. They end up being super useful when writing LINQ query expressions - since they provide a very compact and type-safe way to write functions that can be passed as arguments for subsequent evaluation.
再加上LinQ,以后要写Query就方便多了……