New posts in extension-methods

Convert string to nullable type (int, double, etc...)

Can extension methods be applied to interfaces?

Impossible to use ref and out for first ("this") parameter in Extension methods?

Try-with-resources in Kotlin

How to add new methods to an existing type in Go?

Razor HtmlHelper Extensions (or other namespaces for views) Not Found

Static extension methods [duplicate]

Operator Overloading with C# Extension Methods

Reflection to Identify Extension Methods

Java equivalent to C# extension methods

Code equivalent to the 'let' keyword in chained LINQ extension method calls

How do I use Moq to mock an extension method?

Mocking Extension Methods with Moq

Extension methods must be defined in a non-generic static class

What are Extension Methods?

Convert string[] to int[] in one line of code using LINQ

In C#, what happens when you call an extension method on a null object?

Why is there no ForEach extension method on IEnumerable?

What are your favorite extension methods for C#? (codeplex.com/extensionoverflow)

Can I add extension methods to an existing static class?