0
kicks
Query XML using LINQ
*
* ADO.NET (4)
* JQuery (4)
* LINQ (4)
* SharePoint (4)
* nHibernate (3)
* .NET (2)
* Answers (2)
* Java (2)
* .NETFramework (1)
* Free ASP.NET Hosting (1)
* JSON (1)
* Microsoft (1)
* SilverLight (1)
* Visual Studio 2010 (1)
* WCF (1)
Followers
User Map
Locations of visitors to this page
MSDN: Visual C# Headlines
* Arrays of Arrays
* Live Geometry Screen Cast
* Windows 7 Code Pack v. 1.0 Released
* Silverlight 3 and .NET RIA Part 18: Custom Linq Providers
* TreeSelector : Playing with Generics and Type Inference
B# .NET Blog
* LINQ to Ducks – Bringing Back The Duck-Typed foreach Statement To LINQ
* (Mis)using C# 4.0 Dynamic – Type-Free Lambda Calculus, Church Numerals, and more
* Statement Trees With Less Pain – Follow-Up on System.Linq.Expressions v4.0
* Expression Trees, Take Two – Introducing System.Linq.Expressions v4.0
* A Whirlwind Tour through the Managed Extensibility Framework
This Blog
Linked From Here
The Web
This Blog
Linked From Here
The Web
Query XML using LINQ
Posted On Saturday, August 22, 2009 at at 3:21 PM by kulveer
Save page as PDF
Query XML
Example below given shows that how easy it is to displays the ease with which one
can interact with and query Extensible Markup Language (XML) data utilizing the LINQ to XML API.
You should pay particular attention to how I construct the XML data into an object named books that
I can programmatically interact with.