12. XML in .NET Framework
(1)301 Pitruchhaya, Thane, India
Up until now, you have learned how to work with your own XML data. This includes reading, writing, validating, serializing, and querying XML data. Microsoft has used XML extensively in the .NET Framework. This use of XML comes in different flavors, such as XAML markup of note, server control markup of ASP.NET, and configuration system of the .NET Framework. Understanding the use of XML in the .NET Framework is therefore essential for any .NET developer. This chapter introduces you to many of these features. Specifically, you learn about the following topics: