Grpc.Net.Client by: The gRPC Authors
  • 3.358k total downloads
  • Latest version: 2.80.0
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.ClientFactory by: The gRPC Authors
  • 4.115k total downloads
  • Latest version: 2.80.0
  • gRPC RPC HTTP/2
HttpClientFactory integration the for gRPC .NET client
Grpc.Net.Common by: The gRPC Authors
  • 3.286k total downloads
  • Latest version: 2.80.0
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
Grpc.Tools by: The gRPC Authors
  • 6.85k total downloads
  • Latest version: 2.84.0
  • gRPC RPC HTTP/2
gRPC and Protocol Buffer compiler for C# projects
HtmlAgilityPack by: ZZZ Projects Simon Mourrier Jeff Klawiter Stephan Grell
  • 4.054k total downloads
  • Latest version: 1.13.0
  • 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.
Ical.Net by: Rian Stockbower Douglas Day
  • 1.153k total downloads
  • Latest version: 4.1.11
  • iCal Calendar icalendar ics outlook events rfc-5545 rfc-2445 dday
An iCalendar (RFC 5545) control library for .NET.
Humanizer by: Claire Novotny Mehdi Khalili
  • 973 total downloads
  • Latest version: 3.0.10
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
HarfBuzzSharp.NativeAssets.Linux by: Microsoft
  • 247 total downloads
  • Latest version: 8.3.1-preview.1.2
  • graphics text cross-platform harfbuzzsharp harfbuzz ios android linux windows tvos macos tizen
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HtmlRenderer.Core by: Arthur Teplitzki
  • 234 total downloads
  • Latest version: 1.5.1-beta1
  • html render renderer draw core
Cross framework (WinForms/WPF/PDF/Metro/Mono/etc.), Multipurpose (UI Controls / Image generation / PDF generation / etc.), 100% managed (C#), High performance HTML Rendering library. The Core assembly of HTML Renderer does not bound to any rendering framework (WinForms/WPF/PDF/etc.). Can be used to create framework specific renderer using adapter extensibility object model. For existing implementations see: HtmlRenderer.WinForms, HtmlRenderer.WPF and HtmlRenderer.PdfSharp.
HtmlRenderer.PdfSharp by: Arthur Teplitzki
  • 271 total downloads
  • Latest version: 1.5.1-beta1
  • html render renderer draw pdfsharp
PDF document generator from HTML snippet, 100% managed (C#), High performance library using PdfSharp. Features and Benefits: --- * 100% managed code depends only on PdfSharp library, no ActiveX, no MSHTML. * Extensive HTML 4.01 and CSS level 2 specifications support. * Support separating CSS from HTML by loading stylesheet code separately. * Handles "real world" malformed HTML, it doesn't have to be XHTML. * Supports .NET 2.0 or higher including Client Profile. * Lightweight, only two DLLs (~300K). * High performance and low memory footprint. * Extendable and configurable.
Hangfire by: Sergey Odinokov
  • 3.003k total downloads
  • Latest version: 1.8.25
  • Hangfire AspNet MVC AspNetCore NetCore SqlServer Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks inside ASP.NET applications. No Windows Service / Task Scheduler required. Even ASP.NET is not required. Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery. https://www.hangfire.io/
Hashids.net by: Markus Ullmark
  • 158 total downloads
  • Latest version: 1.3.0
  • ids hash
Generate YouTube-like hashes from one or many numbers. Use hashids when you do not want to expose your database ids to the user.
Hangfire.SqlServer by: Sergey Odinokov
  • 3.273k total downloads
  • Latest version: 1.8.25
  • 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.
hashids.net by: Markus Ullmark
  • 181 total downloads
  • Latest version: 1.1.2
  • ids hash
Generate YouTube-like hashes from one or many numbers. Use hashids when you do not want to expose your database ids to the user.
Hyak.Common by: Microsoft
  • 181 total downloads
  • Latest version: 1.2.2
  • Microsoft Microsoft Azure Cloud REST HTTP Client Core Common Hyak
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation for REST clients generated with Hyak.
Hammock by: Daniel Crenna and Jason Diller
  • 182 total downloads
  • Latest version: 1.3.1
  • web api client http rest services wrapper json xml
Hammock is an HTTP API library for .NET that greatly simplifies consuming and wrapping RESTful services.
HangFire.SqlServer by: Sergey Odinokov
  • 292 total downloads
  • Latest version: 0.9.1
  • HangFire SqlServer SqlAzure
SQL Server / SQL Azure job storage implementation for HangFire (background job system for ASP.NET applications).
HangFire by: Sergey Odinokov
  • 427 total downloads
  • Latest version: 0.9.1
  • AspNet SqlServer Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Threading Queue
Incredibly easy and reliable way to perform fire-and-forget, delayed and recurring long-running, short-running, CPU or I/O intensive tasks inside ASP.NET application. No Windows Service / Task Scheduler required. Even ASP.NET is not required. Backed by Redis, SQL Server, SQL Azure or MSMQ. http://hangfire.io/
Iced by: 0xd4d
  • 85 total downloads
  • Latest version: 1.4.0
  • x86 x64 encoder decoder formatter disassembler
High performance x86 (16/32/64-bit) instruction decoder, encoder and disassembler. It can be used for static analysis of x86/x64 binaries, to rewrite code (eg. remove garbage instructions), to relocate code or as a disassembler. - Supports all Intel and AMD instructions - The decoder doesn't allocate any memory and is 2x-5x+ faster than other similar libraries written in C or C# - Small decoded instructions, only 32 bytes - The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output - The encoder can be used to re-encode decoded instructions at any address - The block encoder encodes a list of instructions and optimizes branches to short, near or 'long' (64-bit: 1 or more instructions) - API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, flow control info, etc - All instructions are tested (decode, encode, format, instruction info) License: MIT
HangFire.Core by: Sergey Odinokov
  • 417 total downloads
  • Latest version: 0.9.1
  • Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Threading Queue
Core components for HangFire (background job system for ASP.NET applications).
HangFire.Mongo by: Sergey Zwezdin
  • 105 total downloads
  • Latest version: 0.2.3
  • Hangfire AspNet OWIN MongoDB Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues
MongoDB storage implementation for Hangfire (background job system for ASP.NET applications).
Haukcode.WkHtmlToPdfDotNet by: rdvojmoc HakanL georgechond94
  • 212 total downloads
  • Latest version: 1.5.96-PR-master-1ec01246
  • wkhtmltopdf htmltopdf html pdf
.NET Core P/Invoke wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
icudt.runtime.win by: patagames.com
  • 9 total downloads
  • Latest version: 1.0.1
  • native runtime win pdf pdfium ptg patagames
This package contains exclusively the International Components for Unicode (ICU) data binary, required for cross-platform localization, internationalization, globalization, and advanced text layout support. It is primarily used as an asset for the Pdfium.Net.SDK package, but it is completely free to download and allowed to be included or bundled into any other packages or projects. Distributed under the permissive ICU license.