I would like to debug linq to sql in a visual studio.net 2010 C# web form application.. I cam across the following articles and I am wondering if any of the links below and/or any you would come up with ideas that would help me debug linq to sql in the
web application? If so, what method would you use and why?
1. I came across an article called LINQ to SQL Debug Visualizer for 2008. Is there a LINQ to SQL Debug Visualizer for visual studio.net 2010 for a C#.asp.net 2010 web form application.
wendy elizab...
Member
321 Points
390 Posts
LINQ to SQL Debug
May 26, 2012 10:41 PM|LINK
I would like to debug linq to sql in a visual studio.net 2010 C# web form application.. I cam across the following articles and I am wondering if any of the links below and/or any you would come up with ideas that would help me debug linq to sql in the web application? If so, what method would you use and why?
1. I came across an article called LINQ to SQL Debug Visualizer for 2008. Is there a LINQ to SQL Debug Visualizer for visual studio.net 2010 for a C#.asp.net 2010 web form application.
I found this information on the link: http://weblogs.asp.net/scottgu/archive/2007/07/31/linq-to-sql-debug-visualizer.aspx. Can you tell me how about this kind of debugger and/or similar debugger for visual studio.net 2010?
2. I also found this linq where to download from: linq-to-sql-debug visualizer
http://technicallearningforum.com/post/LINQ-to-SQL-Debug-Visualizer.aspx
3. Linq to Entity query visualizer
http://visualstudiogallery.msdn.microsoft.com/99468ece-689b-481c-868c-19e00e0a4e69
4. link to object http://www.rajavenkatesh.com/Howto_LInQVisualizer.aspx
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: LINQ to SQL Debug
May 28, 2012 02:05 AM|LINK
Hello wendy elizabeth:)
I'm afraid it doesn't support VS2010 directly,but you can try to re-open the whole proj and re-compile it again to be adapted to VS2010:
http://codebetter.com/patricksmacchia/2010/06/08/vs-2010-and-expression-tree-visualization/
christiandev
Star
8607 Points
1841 Posts
Re: LINQ to SQL Debug
May 29, 2012 08:01 AM|LINK
If you want to see the SQL being generated, take a look here.
http://stackoverflow.com/questions/137712/sql-tracing-linq-to-entities
Regards, Christiandev (@chrisdev80), MCPD Web (2 & 4) & MCTS Windows (www.ScoreDonkey.com)