Presentation: Erik Meijer on C# 3.0 and LINQ

Posted by James Vastbinder  From/InfoQ

In this presentation from QCon, Erik Meijer discuss C# 3.0 and LINQ with Objects, XML, and relational data using O/R mapping with a focus on composition.  Erik is a Principal Architect with Microsoft working with the Visual Basic and C# product teams on making data integration easier.  This is a more in depth presentation where Erik builds on top of his “Democratizing the Cloud” theme.


Major features introduced in C# 3.0:
Enjoy Erik Meijer's presention on .NET 3.x language additions.

 感谢原创者的辛勤劳动,希望对您有所帮助,转载请注明原出处。
 您可能对 [Linq] 的这些文章也感兴趣:

LINQ to XSD is Back
LINQ的演变及其对C# 设计的影响
Linq to Sql 与NHibernate数据库操作性能比较研究 测试程序源码
LINQ体验(17)——LINQ to SQL语句之动态查询
打造自己的LINQ Provider(中):IQueryable和IQueryProvider
深入浅出学Linq:Linq to SQL Provider的初始化
.Net Compact Framework 3.5对Linq的支持
Linq to Sql与NHibernate数据库操作性能对比研究
LINQ框架设计指南
LINQ查询关键字使用之from,group,select,into,where(C#)