Archive

Archive for August, 2009

System.Xml.Serialization

August 20th, 2009 No comments

I like XML. I like it a lot. For most smaller applications a database – even SQLite and the likes – is complete overkill. Still, you have to save your application data somewhere. Enter XML.

I also like to access my application data in a typesafe manner and I don’t like to reinvent the wheel (or in this case, the XML serialization). Enter System.Xml.Serialization. Read more…

Ad
Categories: C#, XML Tags: