Debugging and Delayed Execution in C# 3.0(blogs.msdn.com)
submitted by
Sreekar(200) 4 years, 10 months ago
C# 3.0 added a few constructs like queries which are delay executed. This means that they are not actually executed until the results of the query are required. Debugging some of them can seem strange since one can't step in to the Query where its created but only where its enumerated, like in a foreach loop. In this article i will show some of the problems that the user can face based on the fact that the Query is delay executed and the debugger tries to be as non-intrusive as possible. read more...
|category: C#
|Views: 27
tags:
C#3.0 Debugging VisualStudio another
Everyones tags:
Your Tags: