Archive for the ‘C#’ Category

Using xml files with xml column in linq to sql

Monday, October 27th, 2008

I was trying to read in some xml files and insert them into the database. I thought simple enough, just open the xml file, get a string representation of it and then use that to on the linq to sql object to save it on the database. [code='c#'] ...