raokishor

Stories kicked by raokishor

Reflecting Code Is Not A Perfect Science(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 9 months ago

Interesting when .NET Reflector creates code which executes different from the code written. read more...

add a comment |category: |Views: 339

tags: another

Give way to the yield keyword!(blogs.microsoft.co.il)

submitted by shayfriedmanshayfriedman(1411) 3 years, 11 months ago

A brief description of what you can do with the yield keyword. read more...

3 comments |category: |Views: 718

tags: another

The Yield Statement in C#(alteridem.net)

submitted by rprouserprouse(1175) 4 years, 9 months ago

The yield statement is another often overlooked keyword that was introduced in .NET 2.0. It is used to return items from a loop within a method and retain the state of the method through multiple calls. read more...

2 comments |category: |Views: 125

tags: another