Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in extension-methods

Unable to make an extension method work on a delegate

Where is the ToList() method? (IQueryable)

c# .net linq extension-methods

C#: Adding extension methods to a base class so that they appear in derived classes

String.IsNullOrBlank Extension Method

c# extension-methods

If I cast an IQueryable as an IEnumerable then call a Linq extension method, which implementation gets called?

c# linq extension-methods

The "Enum as immutable rich-object": is this an anti-pattern?

C# Extension Methods - How far is too far?

How to Mock (with Moq) Unity methods

If an extension method has the same signature as a method in the sealed class, what is the call precedence?

c# c#-3.0 extension-methods

Error 'Iterator cannot contain return statement ' when calling a method that returns using a yield

Declarations from extensions cannot be overridden yet in Swift 4

How to write generic IEnumerable<SelectListItem> extension method

Do Extension Methods Hide Dependencies?

Why doesn't IEnumerable<T> have FindAll or RemoveAll methods?

Possible pitfalls of using this (extension method based) shorthand

c# .net extension-methods

Why can the type not be inferred for this generic Clamp method?

IEnumerable Extension

Why can't I call an extension method as a static method when using static import?

How to use Extension methods in Powershell?

Naming conventions for extension method namespaces and sponsor classes