New posts in extension-methods

Interesting "params of ref" feature, any workarounds?

Extension methods syntax vs query syntax

Is it possible to create constructor-extension-method ? how?

Anonymous Types - Are there any distingushing characteristics?

Swift extension example

How to extend C# built-in types, like String?

Where is the "Fold" LINQ Extension Method?

Is it appropriate to extend Control to provide consistently safe Invoke/BeginInvoke functionality?

How do I extend a class with c# extension methods? [duplicate]

How do extension methods work?

How to use Active Support core extensions

How do I write an extension method in JavaScript?

.NET List<T> Concat vs AddRange

Is there any way in C# to override a class method with an extension method?

What Advantages of Extension Methods have you found? [closed]

Why doesn't Include have any effect?

Why is the 'this' keyword required to call an extension method from within the extended class

AddRange to a Collection

ArgumentNullException or NullReferenceException from extension method?

Can I "multiply" a string (in C#)?