Hello All, I am fairly new to programing and just have, what I hope, is a simple question. I have a program that parses data and puts it in a Dictionary<>, I was wondering how I would go about using LINQ to SQL to put this data into a database? I am able to use LINQ to run different queries against the data, but putting it into a database seems to be more complicated. Thanks.
Read More...