Hangfire.Redis.StackExchange by: Marco Casamento
  • 1 total downloads
  • Latest version: 1.6.7.5
  • Hangfire Redis
Hangfire Redis Storage Based on Redis.StackExchange See http://hangfire.io/ for some more info on the main project
Hangfire.SqlServer by: Sergey Odinokov
  • 217 total downloads
  • Latest version: 1.8.24
  • Hangfire SqlServer SqlAzure LocalDB
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire, a background job framework for .NET applications.
HtmlAgilityPack by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
  • 91 total downloads
  • Latest version: 1.13.0-beta1
  • HTML parse crawler spider linq
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams). --------------------------------------- This library is sponsored by ZZZ Projects: https://entityframework-extensions.net/ https://eval-expression.net/ https://dapper-plus.net/ --------------------------------------- HAP is trusted by companies worldwide with over 150 million downloads.
Humanizer.Core by: Mehdi Khalili, Claire Novotny
  • 203 total downloads
  • Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
Imageflow.NativeRuntime.All by: Imazen, lilith
  • 1 total downloads
  • Latest version: 2.1.1-rc09
  • imageflow imazen image processing resizing webp
Meta-package referencing all Imageflow native runtime libraries (DLL/SO/DYLIB). Provides the native library for all supported RIDs.
Imageflow.NativeRuntime.osx-x86_64 by: Imazen, lilith
  • 17 total downloads
  • Latest version: 2.1.0-rc09
  • imageflow imazen nativeruntime webp image resizing imageresizer
Imageflow is a fast, server-side-safe, and correct image processing library written in Rust. This package contains only the native library; use 'Imageflow.Net' or 'Imageflow.AllPlatforms' for the managed wrapper.
Imageflow.NativeRuntime.ubuntu-x86_64 by: Imazen, lilith
  • 2 total downloads
  • Latest version: 2.0.0-preview7
  • imageflow imazen
Imageflow is a fast, correct image processing library for web servers. This package contains only the native library; see Imageflow.Net for the managed wrapper.
Imageflow.NativeRuntime.ubuntu_16_04-x86_64 by: Imazen, lilith
  • 3 total downloads
  • Latest version: 1.5.8-rc62
  • imageflow imazen
Imageflow is a fast, correct image processing library for web servers. This package contains only the native library; see Imageflow.Net for the managed wrapper.
Imageflow.NativeRuntime.win-x86 by: Imazen, lilith
  • 30 total downloads
  • Latest version: 2.1.2-rc03
  • imageflow imazen image processing resizing webp
Imageflow is a fast, server-side-safe, and correct image processing library written in Rust. This package contains the native runtime library for win-x86; use 'Imageflow.Net' or 'Imageflow.AllPlatforms' for the managed wrapper.
Imageflow.NativeRuntime.win-x86_64 by: Imazen, lilith
  • 26 total downloads
  • Latest version: 2.2.0-rc01
  • imageflow imazen image processing resizing webp
Imageflow is a fast, server-side-safe, and correct image processing library written in Rust. This package contains the native runtime library for win-x64; use 'Imageflow.Net' or 'Imageflow.AllPlatforms' for the managed wrapper.
Instances by: Malte Rosenbjerg
  • 1 total downloads
  • Latest version: 3.0.2
  • instances instance process async task events run exec
A .NET Standard Process wrapper with an elegant API, for both asyncronous and syncronous use, providing both Events and support for Tasks with cancellation support
IPAddressRange by: J.Sakamoto
  • 18 total downloads
  • Latest version: 4.2.0
  • IPAddress
This library allows you to parse range of IP address string such as "192.168.0.0/24" and "192.168.0.0/255.255.255.0" and "192.168.0.0-192.168.0.255", and can contains check. This library supports both IPv4 and IPv6.
Irony by: Roman Ivantsov
  • 1 total downloads
  • Latest version: 1.0.0-beta1
  • irony ast grammar bnf
Irony is a development kit for implementing languages on .NET platform.
Jaeger by: Chatham Financial Corp. and The Jaeger Authors
  • 7 total downloads
  • Latest version: 1.0.2
Jaeger .NET Tracing
JetBrains.Annotations by: JetBrains
  • 30 total downloads
  • Latest version: 2025.2.2
  • jetbrains resharper rider annotations canbenull notnull
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
K4os.Compression.LZ4 by: Milosz Krajewski
  • 1 total downloads
  • Latest version: 1.2.16
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4.Streams by: Milosz Krajewski
  • 3 total downloads
  • Latest version: 1.2.10-beta
  • compression lz4 stream
Port of LZ4 compression algorithm for .NET
Kavenegar by: Kavenegar Team, Bagher Sohrabi, Ardavan
  • 142 total downloads
  • Latest version: 1.2.5
  • REST SMS voice TTS OTP API Verification kavenegar Voicesms
Kavenegar API in .NET
Kavenegar.Core by: Mohammadreza Berneti (mberneti@live.com)
  • 2 total downloads
  • Latest version: 1.0.1-alpha3
  • Kavenegar Core kavenegar.Core kavenegarCore
A cross-platform library for the kavenegar sms provider; written in C#
log4net by: The Apache Software Foundation
  • 1 total downloads
  • Latest version: 2.0.15
  • logging log tracing logfiles
log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial. At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity. log4net is designed with two distinct goals in mind: speed and flexibility