Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in extension-methods

Raising C# events with an extension method - is it bad?

Calculating Count for IEnumerable (Non Generic)

Extension Methods not Recognized

c# extension-methods

What are Extension Methods?

.net extension-methods

What is the easiest way to get the property value from a passed lambda expression in an extension method for HtmlHelper?

Enumeration extension methods

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

Extension methods in Python

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

c# events extension-methods

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?

scala extension-methods

Extension methods syntax vs query syntax

How to compare nullable types?

Is it possible to implement mixins in C#?

c# extension-methods mixins

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]

Reflection to Identify Extension Methods