5/1/2008 3:10:46 PM UTC
I started playing around with LINQ to SQL and this is a tip I have for all those with the same error when trying the use the Linq to Sql Query Visualizer in their web application.
5/1/2008 2:42:11 PM UTC
I started to play around with linq to sql this week. I must say I do have some mixed feelings about it, but that is topic for another discussion. Right now, I was just trying to accomplish the same effect that I had with writing Stored Procedures. I have to deal quite often with large procedures that build a dynamic sql query by evaluating the parameters that are parsed to the procedure.