Extend SharePoint Object Model with C# 3.0 Extension Methods
C# 3.0 and .Net Framework 3.5 in introduce several new features. One of them is extension methods. Extension methods enable you to “add” new methods to the existing types. Extension methods are a special kind of static methods, but they are called as same as the instance methods. In this blog I will show you […]