Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
LINQ to XML Tutorial
Rating: 4.5 out of 5(41 ratings)
1,918 students

LINQ to XML Tutorial

From the basics to advanced LINQ to XML concepts.
Created byVenkat Kud
Last updated 2/2015
English

What you'll learn

  • By the end of this course you will be able to write effective LINQ queries

Course content

3 sections8 lectures1h 5m total length
  • Introduction8:44
  • Creating an XML document using in-memory collection of objects6:07

Requirements

  • Visual Studio 2008 or later version

Description

Microsoft LINQ to XML tutorial for students who are in search of a job as a dot net developer. This course assumes no prior knowledge. We will start from the basics and cover all the advanced concepts. This course helps write effective LINQ to XML queries.

The first module is all about creating XML documents. In this module we will discuss the different classes available to build XML documents. We will also look at an example of creating an XML document using in-memory collection of objects.

In the next module we will discuss querying and modifying XML documents using LINQ to XML.

The final module is all about transforming XML. We will first look at an exampe of transforming XML to CSV. We will then discuss transforming XML to an HTML table, followed by transforming one XML format to another XML format. Finally we will discuss validating XML against XSD (XML Schema Definition).

Who this course is for:

  • Beginners