Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in extension-methods

How to create a Between Extension Method

c# extension-methods

Should one always write null-proof extension methods in .NET?

c# .net extension-methods

How to specify parameter for generic list type extension method in c#

Combined "Check Add or Fetch" from Dictionary

ASP.NET MVC Controller extension method to make Log available to all controllers

Are there any plans for "extension properties" in a future version of C#?

Foreach with Extension Method on IEnumerable

Generic extension method for automapper

Extending Enums, Overkill?

Extension on generic list with specific type?

Why do these two functions not return the same value?

Can't await async extension method

Timeout Pattern - How bad is Thread.Abort really?

How to convert an IEnumerable<IEnumerable<T>> to a IEnumerable<T>

I cannot get my extension method to work (C#)

c# extension-methods

Compiler error referencing custom C# extension method

c# extension-methods

Best method to use IDataReader as IEnumerable<T>?

Method resolution in extension methods with optional parameters

How could an extension method be attached to a generic class when the type argument is IEnumerable<T>?

Is there an easier way of using extension methods in Powershell v2