There are only two kinds of programming languages: those people always bitch about and those nobody uses. --Bjarne Stroustrup
Welcome to my blog about software development and the Microsoft stack.

I've been a full time .NET developer for ten years, but I didn't start my professional life as a programmer ... more
Share/Print this page:

Subscribe for news, updates and more:

Category: XML

technologies
xml
[Articles: 1]

How Can I Easily Manage an XML Configuration File in .NET?

By steve on January 10, 2007.  |  Updated on January 22, 2012.  |  42,909 views, 24 today.  |  1 page.
 .NET  C#  Data  IO  Snippet  XML 
.NET makes reading and writing XML as easy as pie. Use a class template and you never have to deal with XML at all.