We are converting some of the code on a current project to use LINQ as opposed to straight SQL but being diligent architects we don’t want to break the signatures of the methods returning the information. All of these methods were returning a System.Data.DataTable object for consumption by objects/controls. So the solution to this problem [...]
Continue reading about Returning a data table from a LINQ query
I was working on some LINQ queries for an application, but ran into an issue where my output column needed to be a different name, other than the column name that was returned. It was rather easy but i figured I would throw it up here for future use, or for those people who haven’t [...]
Continue reading about LINQ (Specifying your output column names)
I have been twiddling around with LINQ these past few days and cam across two tools that I really like and pretty much use them for all my LINQ query construction. The first tool is a visual studio 2008 add-in called Visual LINQ Query Builder. There is a good blog from the guy that helped [...]
Continue reading about Two LINQ tools your toolbox (Free ones)
