Thursday, February 25, 2010

Debugging - 1:Using Linq to Sql query Debugger

Linq to Sql Query Debugger provided by Scott Guthrie provides you with one of the many options to show the actual sql that will get generated by the Linq to Sql Engine.
Additionally You can view the query, execute it and see the results - all within a debugger visualizer.It is quite a handy tool to look under the skin and understand how Linq to Sql works.

I will show you how to configure and use it in a few quick steps.You should need only a few minutes to start appreciating this important tool.

I am using the same code as the one posted here so that you dont have to reinvent the wheel for this session.


Download the full document and step by step instructions on this topic over here .

No comments:

Post a Comment