Continuing on this mental exercise that I started in my last post . In this post I started throwing some ideas on how we can utilize the features of C# 3.0 language enhancements (or how it’s fashionable to call it now “functional programming”) in the
Read More...
I've been doing a lot of coding lately that utilize the features of the C# 2.0 and 3.0 language enhancements such as generics, Func delegates, anonymous types etc... And then it hit me that we are still using the old and clumsy coding style when developing
Read More...