// archives

LINQ

This category contains 1 post

LINQPad – A Studio for LINQ

I have been creating a lot of ASP.NET websites lately, and have been using LINQ for most of the database interaction throughout the sites. One frustrating piece about LINQ is debugging. In order for me to see what the query was running and returning, I would have to turn on the trace features and then [...]

Categories