ExtensionMethod.NET is a database of C# 3.0, F# and Visual Basic 2008 extension methods. It contains many user-rated
extension methods that will expand your code
library immediately.
Extension methods add functionality to existing classes and allow you to expand the .NET framework.
This way your favorite functions integrate seamlessly into the framework. For more information about
extension methods visit the
C# 3.0 and Visual Basic 2008
MSDN Library pages.
We invite you to submit your favorite extension methods and download and
use others.
We need your feedback about this website. We've noticed some user comments regarding redundant or untested extension methods. We're working on a voting system that allows to dispose extension methods. If you have more feedback, email it to us
TOP 3 Extension Methods
Pivot
Submitted by
Fons Sonnemans
on
2009-1-21
Groups the elements of a sequence according to a specified firstKey selector function and rotates the unique values from the secondKey selector function into multiple values in the output, and performs aggregations. Language
C#
Type
System.Collections.Generic.IEnumerable<T>
Downloads
705
Recently added
Tail
Submitted by
smolesen
on
2011-12-29
Set the stream position to the place where for example 10 lines will be returned when read to end.Language
C#
Type
System.IO.Stream
Downloads
0