raboof
-
-
- 1,135 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method Index. Returns a sequence of where the key is the zero-based index of the value in the source sequence. -
-
- 995 total downloads
- last updated 12/20/2011
- Latest version: 0.9.14320
ADO.NET Modernizer -
-
- 979 total downloads
- last updated 5/7/2013
- Latest version: 1.1.1
C# source implementation that enhances LINQ to Objects with the method ToDelimitedString. Creates a delimited string from a sequence of values. The delimiter used depends on the current culture of the executing... More information -
-
-
- 918 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method Pairwise. Returns a sequence resulting from applying a function to each element in the source sequence and its predecessor, with the... More information -
-
-
- 907 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method MinBy. Returns the minimal element of the given sequence, based on the given projection. -
-
- 858 total downloads
- last updated 5/22/2013
- Latest version: 1.3.1
Simple database access like in WebMatrix.Data. -
-
- 819 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method ForEach. Immediately executes the given action on each element in the source sequence. -
-
-
- 807 total downloads
- last updated 8/12/2014
- Latest version: 1.2.0
C# source implementation that enhances LINQ to Objects with the following methods: Acquire, AssertCount, Batch, Concat, Consume, DistinctBy, EquiZip, ExceptBy, Fold, ForEach, Generate, GenerateByIndex,... More information -
-
-
- 741 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method SingleOrFallback. Returns the single element in the given sequence, or the result of executing a fallback delegate if the sequence is... More information -
-
-
- 732 total downloads
- last updated 8/12/2014
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method Concat. Returns a sequence consisting of the head element and the given tail elements. -
-
-
- 726 total downloads
- last updated 7/9/2014
- Latest version: 1.0.3
C# source implementation that enhances LINQ to Objects with the method TakeLast. Returns a specified number of contiguous elements from the end of a sequence. -
-
-
- 714 total downloads
- last updated 12/28/2012
- Latest version: 1.0.0
C# source implementation that enhances LINQ to Objects with the method ExceptBy. Returns the set of elements in the first sequence which aren't in the second sequence, according to a given key selector. -
-
-
- 685 total downloads
- last updated 12/28/2012
- Latest version: 1.0.0
C# source implementation that enhances LINQ to Objects with the method ToDataTable. Appends elements in the sequence as rows of a given object with a set of lambda expressions specifying which members (property... More information -
-
-
- 669 total downloads
- last updated 8/12/2014
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method Trace. Traces the elements of a source sequence for diagnostics. -
-
-
- 667 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method GroupAdjacent. Groups the adjacent elements of a sequence according to a specified key selector function. -
-
-
- 666 total downloads
- last updated 8/12/2014
- Latest version: 1.1.0
C# source implementation that enhances LINQ to Objects with the method Scan. Peforms a scan (inclusive prefix sum) on a sequence of elements. -
-
-
- 658 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method Prepend. Prepends a single value to a sequence. -
-
-
- 649 total downloads
- last updated 5/7/2013
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method Generate. Returns a sequence of values based on indexes. -
-
-
- 649 total downloads
- last updated 8/12/2014
- Latest version: 1.1.2
C# source implementation that enhances LINQ to Objects with the method Fold. Returns the result of applying a function to items of a fixed-size sequence. -
-
-
- 632 total downloads
- last updated 7/17/2014
- Latest version: 2.0.0
An implementation of WebClient that is open for modification. -