Link to home
Start Free TrialLog in
Avatar of jazzIIIlove
jazzIIIloveFlag for Sweden

asked on

How to debug linq statement preferably VS 2010?

Hi there;

Could you tell me how to debug linq statement preferably VS 2010?

Kind regards.
SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jazzIIIlove

ASKER

Hi there;

Ok, I downloaded and tried to use LinqPad4 but the issue is that although I imported the respective dll for a class that my query uses, I failed to execute the linq query. What should I do?

That class has the .cs file also, but it seems linq accepts exe and dll as reference only.

Kind regards.
Is it LINQ-to-SQL, LINQ-to-Entities, LINQ-to-XML, or LINQ-to-Objects?
LINQ-to-SQL
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi there;

Ok, just for the sake of the question, Could you give any other solution for Linq2XML and Linq2Objects?

Kind regards.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
good.