Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in extension-methods

Razor HtmlHelper Extensions (or other namespaces for views) Not Found

Static extension methods [duplicate]

c# extension-methods

Operator Overloading with C# Extension Methods

Java equivalent to C# extension methods

java extension-methods

Code equivalent to the 'let' keyword in chained LINQ extension method calls

Mocking Extension Methods with Moq

Extension methods must be defined in a non-generic static class

Convert string[] to int[] in one line of code using LINQ

c# .net linq extension-methods

In C#, what happens when you call an extension method on a null object?

Why is there no ForEach extension method on IEnumerable?

What are your favorite extension methods for C#? (codeplex.com/extensionoverflow)

Can I add extension methods to an existing static class?

c# static extension-methods

Which method performs better: .Any() vs .Count() > 0?

Distinct() with lambda?

Does C# have extension properties?