Working with XML – .NET Objects
Introduction In previous post on topic Working with XML using C#, we saw few basic examples of XML and how to create, load and query XML documents. Today, we will take one step further and learn, how to persist .NET objects to XML and then we will see example of how to construct back .NET … Read more