Need to debug LINQ simple queries in Visual Studio 2010

Posted by maxima120 on Stack Overflow See other posts from Stack Overflow or by maxima120
Published on 2010-03-16T22:16:20Z Indexed on 2010/03/16 22:21 UTC
Read the original article Hit count: 362

I often get in a position when I need to know why my LINQ doesnt work as intended... I use object collections and extensions.

I dont want spend more than couple of minutes on it. LINQ supposed to make developer's life easier not harder.

I hoped VS 2010 will have it fixed but I now use RC and it still doesnt let me type LINQ and check what is going on... Says as before "Expression cannot contain lambda expressions"...

Is there some add-on for Visual Studio so I can quickly and effectively run ad-hoc queries and find out what is going on and where I am wrong?

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about LINQ