Extension Methods in CSharp
Have you ever wanted to add a method to a sealed class, like string? Or, have you ever wished you could provide more than a signature for a method in an interface?
Well now you can. Today we are going to look at extension methods which will allow you to do both of these.
Other Related Items:
Illustrated C# 2008 (Windows.Net)The unique, visual format of Illustrated C# 2008 has been specially created by author, and teacher of development methods, Daniel Solis. The concis... Read More >
Learning C# 3.0If you're new to C#, this popular book is the ideal way to get started. Completely revised for the latest version of the language, Learning C# 3.0 ... Read More >
Programming C# 3.0Written by popular author and .NET expert Jesse Liberty, this thoroughly updated tutorial for beginning to intermediate programmers covers the late... Read More >
If you're new here, you may want to subscribe to the mailing list to get notifications of new post and a virtual tour of past topics. Thanks for visiting!









