I have a class in linq that query db table like this, and the question is:
How do I export that data to csv? I have tried link suggested and I am using linq2csv and still w
Since you're already familiar with LINQ, I've used Matt Perdeck's LINQ2CSV ( http://www.codeproject.com/Articles/25133/LINQ-to-CSV-library ) before and it's made my life a lot easier.