Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in extension-methods

C#: implicit operator and extension methods

How do I add multiple attributes to an Enum?

c# enums extension-methods

When is it correct to create an extension method?

C# ambiguous extension methods

c# extension-methods

Extension Method to Get the Values of Any Enum

c# enums extension-methods

Extending the C# Coalesce Operator

c# extension-methods

How can I set properties on all items from a linq query with values from another object that is also pulled from a query?

Existing LINQ extension method similar to Parallel.For? [duplicate]

In C or C++, is there a way to extend a class without inheritance?

c++ c extension-methods

extension method on type and nullable<type>

.net extension-methods

Linq extension method, how to find child in collection recursive

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