Posted on: 10/29/2008 11:45:50 PM | Views : 828

Sometimes is is necessary to add functionality to a library for which you do not own the source code and where using inheritance to subclass functionality is not viable. This problem can be overcome with the careful use of C# 3.0 extension methods.

...

Go to the complete details ...