I recently downloaded the SO Data Dump and was wondering how I could convert it from XML to a DB that I could use in my .NET applications.
you can convert it to DataSet using DataSet.ReadXml Method and that insert datatables to database