Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in extension-methods

Type inference with multiple generic type parameters

No extension method 'First' on derived class

Two extension methods with same name

c# extension-methods

Making extension methods from a third party library obsolete

c# .net dll extension-methods

Is it possible to add behavior to a non-dynamic ActionScript 3 class without inheriting the class?

Is there a better way to create a generic convert string to enum method or enum extension?

c# enums extension-methods

extension method for a method C#

Type inference problem when writing a generic extension method with more than one type

IEnumerable<T> null coalescing Extension

Entity framework paging with extension method is slow?

Calling a generic extension method without specifying as many types

c# lambda extension-methods

Is there an existing library of extension methods for C#? or share your own [duplicate]

What's the meaning of the angle brackets on LINQ methods in Intellisense? (Contains<>, Count<>, Distinct<>, etc.)

Generic constraints -- I'm not sure how to fix this situation with an either/or case

How to use string.Substring(char, char) instead string.Substring(int, int)?

Invoke Generic Extension method on an Object?

Extending classes and instances

ruby extension-methods

Would you abstract your LINQ queries into extension methods

How to avoid service locator in .net extension methods

How to implement MaxOrDefault(x => x.SomeInt) LINQ extension?

c# linq extension-methods