Archive

Posts Tagged ‘On the fly’

Yield and Return

October 21st, 2008 No comments

No, this is not a post about the current state of the worlds financial industries, instead it is about one of the lesser known C# features called “yield” that can be used to create dynamic collections. It is one of the more disputed features of C# because it is “not really object oriented” and more of a hack than anything else. While this is most likely true, I find it hard to argue its usability. See for yourself.
Read more…

Ad
Categories: C# Tags: ,