scampercat

scampercat

  • NA
  • 189
  • 0

Linq to sql in aps.net 2010 web form

May 29 2012 10:44 AM
I am working with visual studio.net 2010 for a C# 2010 web form application. I would like to use the linq to sql visualier so I can see the generated sql while I am in debug mode.

From what I have seen on the internet, the linq to sql debug visualizer work for visual studio.net 2008.

You can find the reference for linq to sql debug visualizer in the following link:

http://www.manuelabadia.com/blog/PermaLink,guid,9160035f-490f-46bd-ab55-516b5c7545af.aspx

However does this visualizer work for visual studio.net 2010? Is there anything special I need to do to make this visualizer work for vs 2010?