Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in extension-methods

Can I use extension methods and LINQ in .NET 2.0 or 3.0?

C# using params and extension methods

c# extension-methods

How do extension methods work under-the-hood?

.NET List.Distinct

Linq To SQL problem - has no supported translation to SQL (problem with C# property)

Why not allow Extension method definition in nested class? [closed]

c# extension-methods

Modify ValueType from extension method?

c# extension-methods

Does Java support Swift-like class extensions?

"CLR detected an Invalid Program" when using Enumerable.ToDictionary with an extension method

c# linq clr 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