LINQ to XML Tutorial
From the basics to advanced LINQ to XML concepts.
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).
What You Will Learn!
- By the end of this course you will be able to write effective LINQ queries
Who Should Attend!
- Beginners