W8.1 Using C# 3.0 Extension Methods
1
The C# 3.0 extension methods feature enables us to add instance methods to existing C# types without modifying the source code of these types. This learning unit explores how you can use this feature in your code