I'm a Generics Junkie...
I have a confession to make. You may think it's so 2005, but nonetheless, I'm discovering an addiction that I have. I love generics! I know again it's kind of a late confession. I've loved them before for no longer having to write collection code, but the bigger thing for me has been some of the interesting enhancements that I have found within the generics classes. One of the things I've discovered is the cool generic methods like exists, find, etc. that can take an anonymous method -- using "delegate(params) {}" where you can pretty provide a function body that is...