c# - Is there a way to watch LINQ queries as they happen? -


i have been looking linq , wanted know more , searching simple method of visualizing queries bit more detail on going on during query.

does know of tools openly available accomplish this?

thanks,

josh

you might want take @ article on visual linq @ jon skeet's blog. visual linq tool allow visually watch linq query in action.

you can directly download files here.

hope helps.

edit: scott gu's blog has article on linq sql debug visualizer, might out.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -