raboof
-
- 31,367 total downloads
- last updated 6/28/2012
- Latest version: 1.0.2
MADAM is an HTTP module for ASP.NET (1.1 or later) that allows a single web application to employ standard HTTP authentication schemes (like Basic and Digest) to be used in addition to the non-standard Forms... More information -
-
- 28,239 total downloads
- last updated 3/7/2018
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method ToHashSet. Returns a of the source items using the default equality comparer for the type. -
-
-
- 27,098 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method Pad. Pads a sequence with default values if it is narrower (shorter in length) than a given width. -
-
-
- 25,612 total downloads
- last updated 3/7/2018
- Latest version: 1.0.3
C# source implementation that enhances LINQ to Objects with the method Generate. Returns a sequence of values based on indexes. -
-
-
- 24,983 total downloads
- last updated 3/7/2018
- Latest version: 1.0.3
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. -
-
-
- 24,866 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method Zip. Returns a projection of tuples, where each tuple contains the N-th element from each of the argument sequences. -
-
-
- 24,756 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method Consume. Completely consumes the given sequence. This method uses immediate execution, and doesn't store any data during execution. -
-
-
- 24,616 total downloads
- last updated 3/7/2018
- Latest version: 1.0.4
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. -
-
-
- 24,512 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method AssertCount. Asserts that a source sequence contains a given count of elements. -
-
-
- 24,368 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method Prepend. Prepends a single value to a sequence. -
-
-
- 24,257 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method Acquire. Ensures that a source sequence of objects are all acquired successfully. If the acquisition of any one fails then those... More information -
-
-
- 24,225 total downloads
- last updated 3/7/2018
- Latest version: 1.1.1
C# source implementation that enhances LINQ to Objects with the method Scan. Peforms a scan (inclusive prefix sum) on a sequence of elements. -
-
-
- 23,985 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method GenerateByIndex. Returns a sequence of values based on indexes. -
-
-
- 23,901 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method EquiZip. Returns a projection of tuples, where each tuple contains the N-th element from each of the argument sequences. -
-
-
- 23,157 total downloads
- last updated 3/7/2018
- Latest version: 1.0.3
C# source implementation that enhances LINQ to Objects with the method Trace. Traces the elements of a source sequence for diagnostics. -
-
-
- 22,894 total downloads
- last updated 3/7/2018
- Latest version: 1.1.3
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. -
-
-
- 22,577 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method Split. Splits the source sequence by a separator. -
-
-
- 22,476 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
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 -
-
-
- 22,256 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method TakeUntil. Returns items from the input sequence until the given predicate returns true when applied to the current source item; that item... More information -
-
-
- 22,122 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method ZipLongest. Returns a projection of tuples, where each tuple contains the N-th element from each of the argument sequences. -