Category: .NET 2.0
Generics in .NET 2.0 make "polymorphic" delegates real !
September 11th, 2004After so many hours spent developing codebehinds and windows forms, I'm now convinced that there is space for improvement in the delegate/event model supported by the .NET Framework.
To be more specific, one aspect that I find extremely painful is the f… more »