Tag Archives: LINQ

Export Telerik MVC Grid to CSV Dynamically based on a View Model

We may have seen examples from Telerik where they had exported data to CSV but Column Headers and Column Values are assigned manually to StreamWriter object.  For this post we will improve further on that by doing it dynamically, which makes sense when you are generating your grid in dynamic fashion as well. 

LINQ to SQL Essentials

I know this topic might be a bit late now as LINQ to SQL has been there for sometime.  I was a bit late as I was enjoying the functionalities I got from CodeSmith and netTiers combo which is a really good code generation tool, but with the new job we are not using CodeSmith… Read More »