Lost your password?

Blogs about: Linq To Xml

Featured Blog

The Poor Developer's Object DataStore: Iteration 000

just3ws wrote 4 days ago: This is part zero of a multi-part series. Jump to The Poor Developer’s Object DataStore: Itera … more →

Tags: ALT.NET, .NET, Database, C#, dotnet, oodbms, XQuery, XPath, Serialization

Using INTERSECT with LINQ to XML

santoshbenjamin wrote 1 week ago: In terms of hands-on coding (not general awareness) I’m a bit of a newbie to the world of LINQ … more →

Tags: coding, General, LINQ, Contravariance, Intersect

The Poor Developer's Object DataStore : Iteration 001

just3ws wrote 1 week ago: In The Poor Developer’s Object DataStore : Iteration 000 we proposed a possible motivation for … more →

Tags: .NET, ALT.NET, Database, xml, C#, csharp, dotnet, L2S, LINQ

Bind tree view control with XML using Linq part-12

davepranav wrote 1 month ago: INTRODUCTION In previous article I have showed you to use Ms Charts using Linq with simple example. … more →

Tags: LINQ, Bind tree view control with XML using Linq

Use LINQ to XML to create XML document from Database

yasserzaid wrote 1 month ago: Hi try this example to Use LINQ to XML to create XML document from database :- 1) Open VS 2008 2) Cr … more →

Tags: LINQ

Dynamic XML Literature

kaushal wrote 2 months ago: We can create XML Literature Dynamically embedding LINQ Queries, this would be the very important an … more →

Tags: LINQ, xml, VB9, Visual Studio 2008, XML Literature

Powerful Features of LINQ to XML

kaushal wrote 2 months ago: As now we all know that the LINQ Feature of .Net Framework 3.5 is very powerful and easy to interact … more →

Tags: LINQ, xml, VB9, Visual Studio 2008, XML Literature

Streaming Into LINQ to XML Using C# Custom Iterators and XmlReader

Leonard Lobel wrote 3 months ago: In this post, I’ll show you how to create LINQ to XML queries that don’t require you to … more →

Tags: C#, LINQ, custom iterators

Access Xml file using Linq

Sadequzzaman Monoj wrote 3 months ago: To acces XML file using Linq we must use the following Library: using System.Xml.Linq;   Consider a … more →

Tags: .NET, access xml file using linq

C# Dynamically Creating XDocuments from Collections

schleichermann wrote 7 months ago:         private XDocument GenerateExtendedAttributes(Dictionary<string, List<string>> at … more →

Tags: .NET, C#, LINQ

Tip of the day #96 - Creating a XML file with LINQ to XML1 comment

Cirilo Meggiolaro wrote 10 months ago: Let’s check today an easy way to create a XML file using LINQ to XML. If you haven’t che … more →

Tags: Tip of the day

Tip of the day #95 - Querying a XML file with LINQ to XML1 comment

Cirilo Meggiolaro wrote 10 months ago: Let’s check today how to load a XML file with purchase orders and loop through its nodes to di … more →

Tags: Tip of the day

LINQ to XML: XPathSelectElement Annoyance

larsw wrote 11 months ago: It may be me – since I’m no XPath (or XSLT) pro, but the following is in my book a bug – or at least … more →

Tags: Programming, .NET, XPath, Bug, Annoyance

Processes to XML using LINQ

codingsense wrote 1 year ago: We have seen what is LINQ to objects and LINQ to XML now lets do some work that would need the combi … more →

Tags: LINQ, C#, xml

Grouping XML Elements using Group By 4 comments

codingsense wrote 1 year ago: Since you have seen how to create an XML and fetch simple data from it, lets move to next level. In … more →

Tags: LINQ, C#, xml

Linq Overview1 comment

Vincent Germain wrote 1 year ago: During my migration from .NET 2.0 to .NET 3.0/3.5, my first tought was : ‘With .NET 3.5, I can … more →

Tags: LINQ, Linq To Object, LINQ to SQL, Architecture

Join XML using LINQ

codingsense wrote 1 year ago: Hi All, Today i have come with joining of 2 XML files using a relation using linq. I will take a sce … more →

Tags: LINQ, C#, xml

LINQ to XML basic sample

codingsense wrote 1 year ago: The Microsoft definition: LINQ to XML provides an in-memory XML programming interface that leverages … more →

Tags: LINQ, C#, xml

Random Post : LINQ to XML

Chaks wrote 1 year ago: Thought of refreshing my LINQ to XML skills and here is the outcome – another blog post today! … more →

Tags: C#, LINQ, Programming


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS