Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in extension-methods

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

Extension method on class - good or bad idea?

C# Extension methods on PocketPC Windows CE

Extending the Enumerable class in c#?

C# - action on IEnumerable<T>

Handling null in extension method

c# extension-methods

Using extension methods from within the class they extend [duplicate]

c# class extension-methods

Is it possible to constrain a generic parameter to be a subtype of the current object?