I did a presentation today at an ex employer of mine. It was a forerunner to my upcoming user group presentation on LINQ and when I introduced type inference I got thrown an interesting question that I couldn’t answer for sure. As a bit of background… Read the rest of this entry »
Type Inference and Ints
7 05 2008Comments : Leave a Comment »
Tags: .Net, C#, LINQ
Categories : Development
When are there just too many generics?
18 04 2008Generics are a pretty cool language feature. They provide type safety and felxible reuse at the same time, and I reckon that’s pretty cool. However as with all the other cool language features – like implicit typing, you need to be responsible with them. The question is though, when do you have too many generics? Read the rest of this entry »
Comments : 4 Comments »
Tags: C#, Generics
Categories : Uncategorized