Brief Summary
This course is perfect for future dot net developers! It starts from scratch, teaching you how to create, query, modify, and transform XML documents using LINQ to XML. It’s all about making XML handling simple and efficient. Who knew XML could be this fun?
Key Points
-
Basics of LINQ to XML
-
Creating XML documents using classes
-
Querying and modifying XML with LINQ
-
Transforming XML to CSV and HTML
-
Validating XML against XSD
Learning Outcomes
-
Create XML documents using various classes
-
Write effective LINQ to XML queries
-
Transform XML data into different formats
-
Modify existing XML documents easily
-
Validate XML with XSD
About This Course
From the basics to advanced LINQ to XML concepts.
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).
Aleksandra G.
In very simple and comprehensive way explained exactly what you need to start working with linq to xml - very useful for me because I have several projects about reading and updating xml files. For sure I'll code in more efficient way.