Skip to main content
raboof avatar

raboof

NuGet publisher profile

Packages
112
Total Downloads
464.9M
464,944,915

Packages (112)

NCrontab.Signed package icon

NCrontab.Signed

NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.

199.3M
downloads
morelinq package icon

morelinq

This project enhances LINQ to Objects with the following methods: Acquire, Aggregate (some EXPERIMENTAL), AggregateRight, Append, Assert, AssertCount, AtLeast, AtMost, Await (EXPERIMENTAL), AwaitCompletion (EXPERIMENTAL), Backsert, Batch, Cartesian, Choose, CountBetween, CompareCount, CountBy, CountDown, Consume, DistinctBy, Duplicates, EndsWith, EquiZip, Evaluate, Exactly, ExceptBy, Exclude, FallbackIfEmpty, FillBackward, FillForward, Flatten, Fold, ForEach, From, FullGroupJoin, FullJoin, Generate, GenerateByIndex, GroupAdjacent, Index, IndexBy, Insert, Interleave, Lag, Lead, LeftJoin, Maxima, Memoize (EXPERIMENTAL), Merge (EXPERIMENTAL), Minima, Move, OrderBy, OrderedMerge, Pad, PadStart, Pairwise, PartialSort, PartialSortBy, Partition, Permutations, Pipe, Prepend, PreScan, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, Return, RightJoin, RunLengthEncode, Scan, ScanBy, ScanRight, Segment, Sequence, Shuffle, SkipLast, SkipLastWhile, SkipUntil, Slice, SortedMerge, Split, StartsWith, Subsets, TagFirstLast, TakeEvery, TakeLast, TakeUntil, ThenBy, ToArrayByIndex, ToDataTable, ToDelimitedString, ToDictionary, ToHashSet, ToLookup, Trace, Transpose, TraverseBreadthFirst, TraverseDepthFirst, TrySingle (EXPERIMENTAL), Unfold, Window, WindowLeft, WindowRight, ZipLongest, ZipShortest

122.7M
downloads
NCrontab package icon

NCrontab

NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.

70.7M
downloads
elmah.corelibrary package icon

elmah.corelibrary

Core library for ELMAH (Error Logging Modules and Handlers) without any configuration.

25.0M
downloads
elmah package icon

elmah

ELMAH with initial configuration for getting started quickly. ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.

17.1M
downloads
Fizzler package icon

Fizzler

Fizzler is a W3C Selectors parser and generic selector framework for document hierarchies.

12.1M
downloads
LumenWorks.Framework.IO package icon

LumenWorks.Framework.IO

A reader that provides fast, non-cached, forward-only access to CSV data. THIS PACKAGE IS NOT ENDORSED BY THE AUTHOR OF THE LIBRARY. The files in this package are otherwise exactly the same as LumenWorks.Framework.IO version 3.8.0 binaries downloadable from CodeProject and associated with the publication of the article (see project URL) on November 11, 2011. For support and issues, please contact the author.

3.5M
downloads
Fizzler.Systems.HtmlAgilityPack package icon

Fizzler.Systems.HtmlAgilityPack

Fizzler is a W3C Selectors parser and generic selector framework for document hierarchies. This package enables Fizzler over HTMLAgilityPack, adding QuerySelector and QuerySelectorAll (from Selectors API Level 1) for HtmlNode objects.

2.6M
downloads
elmah.sqlserver package icon

elmah.sqlserver

ELMAH with configuration for getting started quickly on a Microsoft SQL Server (2000 or later) database as the error log. NB requires manual configuration.

2.5M
downloads
docopt.net package icon

docopt.net

docopt.net is the .net version of the docopt python beautiful command line parser. docopt.net helps you define an interface for your command-line app, and automatically generate a parser for it. docopt.net is based on conventions that have been used for decades in help messages and man pages for program interface description. Interface description in docopt.net is such a help message, but formalized. Check out http://docopt.org for a more detailed explanation. Quick example: var arguments = new Docopt().Apply("Usage: prog [-a] [-b] FILE", args); if (arguments["-a"].IsTrue) {{ ... }}

1.7M
downloads
MoreLinq.Source.MoreEnumerable.DistinctBy package icon

MoreLinq.Source.MoreEnumerable.DistinctBy

C# source implementation that enhances LINQ to Objects with the method DistinctBy. Returns all distinct elements of the given source, where "distinctness" is determined via a projection and the default eqaulity comparer for the projected type.

1.2M
downloads
MoreLinq.Source.MoreEnumerable.Batch package icon

MoreLinq.Source.MoreEnumerable.Batch

C# source implementation that enhances LINQ to Objects with the method Batch. Batches the source sequence into sized buckets.

1.0M
downloads
MoreLinq.Portable package icon

MoreLinq.Portable

This project is a PCL port of MoreLINQ that enhances LINQ to Objects with the following methods: Acquire, AssertCount, Batch, Concat, Consume, DistinctBy, EquiZip, ExceptBy, Fold, ForEach, Generate, GenerateByIndex, GroupAdjacent, Index, MaxBy, MinBy, OrderedMerge, Pad, Pairwise, PartialSort, PartialSortBy, Pipe, Prepend, PreScan, Scan, SingleOrFallback, SkipUntil, Split, TakeEvery, TakeLast, TakeUntil, ToDelimitedString, ToHashSet, Zip, ZipLongest

558.1K
downloads
elmah.xml package icon

elmah.xml

ELMAH with configuration for getting started quickly on an error log in stand-alone XML files.

485.1K
downloads
jayrock-json package icon

jayrock-json

Jayrock JSON is a versatile JSON parser, formatter and converter for Microsoft .NET Framework.

378.4K
downloads
T5.TextTemplating package icon

T5.TextTemplating

T4 templating engine for .NET Core.

305.8K
downloads
T5.TextTransform.Tool package icon

T5.TextTransform.Tool

T4 text transformation tool for dotnet CLI.

285.7K
downloads
StackTraceParser.Source package icon

StackTraceParser.Source

Parser for .NET and Mono stack traces.

277.7K
downloads
MoreLinq.Source.MoreEnumerable.MaxBy package icon

MoreLinq.Source.MoreEnumerable.MaxBy

C# source implementation that enhances LINQ to Objects with the method MaxBy. Returns the maximal element of the given sequence, based on the given projection.

203.1K
downloads
jayrock package icon

jayrock

Jayrock is a modest implementation of JSON, JsonML and JSON-RPC for the Microsoft .NET Framework, including ASP.NET.

192.4K
downloads
LinqBridge package icon

LinqBridge

With Visual Studio's multi-targeting and LINQBridge, you can write LINQ to Objects (local) queries using the full power of the C# 3.0 compiler and yet create programs that require only Microsoft .NET Framework 2.0. LINQBridge is a re-implementation of all the standard query operators introduced with Microsoft .NET Framework 3.5's System.Linq.Enumerable class.

190.0K
downloads
MoreLinq.Source.MoreEnumerable.Pairwise package icon

MoreLinq.Source.MoreEnumerable.Pairwise

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 exception of the first element which is only returned as the predecessor of the second element.

176.9K
downloads
Escape package icon

Escape

JavaScript/ECMAScript 5.1 (ECMA-262) Parser

148.4K
downloads
StackTraceFormatter.Source package icon

StackTraceFormatter.Source

Formatter for .NET and Mono stack traces.

142.5K
downloads
MoreLinq.Source.MoreEnumerable.MinBy package icon

MoreLinq.Source.MoreEnumerable.MinBy

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.

130.7K
downloads
elmah.mysql package icon

elmah.mysql

ELMAH with configuration for getting started quickly on an MySQL 5.0+ database as the error log. NB requires manual configuration.

120.8K
downloads
Nunycode package icon

Nunycode

Punycode for .NET

116.8K
downloads
Mannex package icon

Mannex

Extension methods for .NET.

103.7K
downloads
MoreLinq.Source.MoreEnumerable.ForEach package icon

MoreLinq.Source.MoreEnumerable.ForEach

C# source implementation that enhances LINQ to Objects with the method ForEach. Immediately executes the given action on each element in the source sequence.

84.4K
downloads
elmah.bootstrapper package icon

elmah.bootstrapper

Automatically registers ELMAH modules and handlers on application start-up instead of wiring via configuration (web.config).

82.6K
downloads

82 more packages load after hydration.