New posts in extension-methods

ASP.NET repeater alternate row highlighting without full blown <alternatingitemtemplate/>

Extension methods in Python

FindAll vs Where extension-method

Is calling an extension method on a "null" reference (i.e. event with no subscribers) evil?

Resolving extension methods/LINQ ambiguity

Error when using extension methods in C#

Detect target framework version at compile time

Can There Be Private Extension Methods?

Scala equivalent of C#’s extension methods?

Can I use extension methods and LINQ in .NET 2.0 or 3.0?

How can I get an extension method to change the original object?

Using extension methods in .NET 2.0?

Extension method on enumeration, not instance of enumeration

How to compare nullable types?

Is it possible to implement mixins in C#?

Pass a lambda expression in place of IComparer or IEqualityComparer or any single-method interface?

What's your favorite LINQ to Objects operator which is not built-in? [closed]

What is the best or most interesting use of Extension Methods you've seen? [closed]

Can C# extension methods access private variables?

Possible pitfalls of using this (extension method based) shorthand