Here’s What You Need To Know About .NET Extension Methods
Aug.27, 2008 in
Article
Extension methods are, as the name suggests, a convenient way to extend a class or object’s behaviour by means of external extension. That is, without modifying the class or object directly itself. Extension methods are convenient because they can be used directly on the object or classes they are intended to extend and the extension [...]
