Presentation: Beth Massi on Conquering XML with LINQ in VB9

Posted by James Vastbinder  From/InfoQ

In Visual Basic 9.0, XML becomes a built-in data type with a rich editing experience that completely eliminates the conceptual barrier between the code that you write and the XML that you're trying to express.

In this presentation Beth Massi focuses on working with XML using the LINQ to XML API.  This includes the creation, querying and transformation of XML as well as the movement away from the DOM.

Enjoy this InfoQ exclusive presentation first presented at QCon San Francisco.

About the conference
QCon is a conference that is organized by the community, for the community.The result is a high quality conference experience where a tremendous amount of attention and investment has gone into having the best content on the most important topics presented by the leaders in our community.QCon is designed with the technical depth and enterprise focus of interest to technical team leads, architects, and project managers.

友情提示:此文并不表示本站肯定持有相同观点,转载请注明出处。
 您可能对 [Linq] 的这些文章也感兴趣:

打造自己的LINQ Provider(上):Expression Tree揭秘  LINQ to SQL 辅助工具
使用linq to xml 快速创建Rss 之二:Syndication篇  Linq实现动态查询与模糊查询
LINQ体验(9)——LINQ语句之Insert/Update/Delete操作  Is it time to abandon loops?
深入浅出学Linq:Linq to SQL How do I(1)  Linq简介
LINQ体验系列文章  LINQ体验(11)——LINQ to SQL语句之Null语义和String/DateTime方法
Creating custom LINQ provider using LinqExtender  LINQ的分组聚合技术
Jimmy Nilsson谈LINQ to SQL  LINQ解 爱因斯坦迷题
LINQ查询关键字使用之from,group,select,into,where(C#)  LINQ体验(17)——LINQ to SQL语句之动态查询
LINQ体验(8)——Union All/Intersect/Top/Bottom/Paging/SqlMethods  Linq to Sql--用存储过程更新数据库
.Net Compact Framework 3.5对Linq的支持  使用LINQ TO SQL实现单表数据在DataGridView批编辑