LinQ: Six features for the price of one.
LinQ:用一个功能的价格购买六个功能。
This becomes extremely useful when writing LINQ queries.
这将对编写LINQ的查询非常有用。
A rich programming experience using Entity SQL and linq.
使用EntitySQL和LINQ的丰富编程体验。
Simple LINQ to SQL expression output to results view.
输出到结果视图的简单LINQ toSQL表达式,如下所示。
Better support for span over LINQ to Entities queries.
为LINQ到实体查询提供更好的支持。
Given the power of LINQ, we feel this is a very reasonable trade-off.
考虑到LINQ的强大功能,我们认为这样的取舍是合理的。
Each of these features was critical to one of the key goals for LinQ.
对于LinQ的关键目标而言,这些功能中的每个功能都是至关重要的。
Add the right namespaces... Linq and a reference to our OR mapping.
添加正确的命名空间,包括Linq以及指向我们的OR映射的引用。
Then one can iterate over the data with LINQ, and process it accordingly.
接着就可以使用LINQ来迭代数据,并进行相应的处理。
Any pre-release LINQ-to-SQL code may need to be updated with the following.
任何先前版本的LINQ - to - SQL代码都需要被依照以下的说明更新。
Using LINQ to XSD, the query is written in a much clearer and type-safe way.
使用LINQ toXSD,这一查询可以以更加简洁和类型安全的方式来实现。
At that time it was a LINQ provider that could automatically parallelize queries.
当时它是一个LINQProvider,可以自动地将查询并行化。
Well, the Linq architecture revolves around the concept of delayed execution.
当然,Linq构架都是围绕着延时执行的概念而展开。
Unfortunately LINQ to XSD doesn’t support other languages such as VB directly.
可惜,LINQ toXSD不直接支持其它语言,比如VB。
Binding has interesting applicability especially when LINQ expressions are involved.
绑定有着十分有趣的适应性,尤其在LINQ表达式中。
Currently LINQ to XSD is only available as source code, no binaries have been published.
目前LINQ toXSD只提供了源代码,还没有发布执行文件。
Otherwise, one would not have been able to express LinQ queries against collections as easily.
否则,用户无法轻松表达针对集合的LinQ查询。
But LINQ is not only about databases, it can also target XML or even simple object collections.
但是LINQ不仅会访问数据库,它还可能访问XML或者更简单的对象集合等。
Closures, and the related concept lambda expressions, are used throughout the LINQ query design.
闭包,和lambda表达式相关的一个概念,贯穿整个LINQ查询的设计。
The implementation strategy for LinQ involves rewriting the query into API calls against a provider.
LinQ的实现策略包括了根据提供者来把查询重写成API调用。
Convert expressions into SQL so that they can be executed by a server (this is what LINQ to SQL does).
将表达式转换为sql,这样他们就能被服务器执行了(这是linq到sql所做的工作)。
The first two parts of the presentation cover LINQ to XML basics and the current advanced XML features
演讲的前两个部分讲述了LINQ toXML的基础和当前的高级XML特性
The execution time for the compiled LINQ query is 305 ms on the first execution and 15 ms on subsequent ones.
对于编译了的LINQ查询而言,第一次执行耗时305毫秒,而随后的执行时间则为15毫秒。
Finally, if you want to start using LINQ to SQL classes in your newly upgraded project, it's really easy.
最后,如果你想要在你最新升级的项目中使用LINQ toSQL,那也是相当简单的。
To simplify the LINQ to XML programming interface, namespaces are represented in the XML tree as attributes.
为了简化LINQ toXML程序设计介面,命名空间在xml树状目录中表示属性。
When a LINQ expression directly targets a database, the DLINQ provider has full access to the database's indexes.
当一个LINQ表达式直接访问数据库时,DLINQ Provider支持所有数据库索引。
ADO.NET Entity Framework, a higher-level abstraction than LINQ to SQL, is being released with this service pack.
比LINQ toSQL更高层次抽象的ADO.NET实体框架将在这个Service pack中发布。
When serializing, LINQ to XML attempts to serialize with the namespace prefix specified in namespace attributes.
序列化时,LINQ toXML尝试使用命名空间属性中指定的空间前置词进行序列化。
"Linq-friendly" annotation capabilities, to allow developers to use the SDK with emerging Linq to XML technology.
“Linq - friendly”标注能力,以允许开发者在使用SDK时融合Linq toXML技术。
LinQ also requires support for lambda expressions (closures), though this is not obvious from the previous query example.
LinQ还需要支持lambda表达式(闭包),尽管这一点在前面的查询例子中体现得不是很明显。
应用推荐