Monday, March 19, 2012

Extension Methods in C#

The C# programming language allows us to add new methods to types that were already defined. These methods should be defined as static methods in a separated class and they are known as extension methods. The following clip explains how to define an extension method.

Read more: Life Michael
QR: Inline image 1

Posted via email from Jasper-Net