Deferred execution and eager evaluation
Posted
by babu M
on Stack Overflow
See other posts from Stack Overflow
or by babu M
Published on 2010-03-25T13:19:23Z
Indexed on
2010/03/25
13:23 UTC
Read the original article
Hit count: 485
Hi Could you please give me an example for Deferred execution with eager evaluation in C#?
I read from MSDN that deferred execution in LINQ can be implemented either with lazy or eager evaluation...i could find examples in the internet for Deferred execution with lazy evaluation ,however i could not find any example for Deferred execution with eager evaluation....please help me....its urgent...
Moreover,how deferred execution differs from lazy evaluation?In my point of view,both are looking same.Could you please provide any example for this too?
© Stack Overflow or respective owner