0
votes
4answers
41 views
How to determine what happens behind the scene in .Net
What tool or method can I use to see what code something like an anonymous method or LINQ statement gets compiled to? Basicly seeing what happens behind the scene?
