Grpc.Core.Api by: The gRPC Authors
  • 3 total downloads
  • Latest version: 2.56.0-pre2
  • gRPC RPC HTTP/2
gRPC C# Surface API
Grpc.Net.Client by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.39.0-pre1
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.ClientFactory by: The gRPC Authors
  • 4 total downloads
  • Latest version: 2.76.0
  • gRPC RPC HTTP/2
HttpClientFactory integration the for gRPC .NET client
Grpc.Net.Common by: The gRPC Authors
  • 3 total downloads
  • Latest version: 2.54.0
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
Grpc.Tools by: The gRPC Authors
  • 5 total downloads
  • Latest version: 2.59.0
  • gRPC RPC HTTP/2
gRPC and Protocol Buffer compiler for C# projects
Handlebars.Net by: Rex Morgan
  • 3 total downloads
  • Latest version: 1.3.1
  • handlebars mustache templating engine compiler
Blistering-fast Handlebars.js templates in your .NET application.
HarfBuzzSharp by: Microsoft
  • 3 total downloads
  • Latest version: 2.8.2.3
  • xamarin text harfbuzz ios android linux windows uwp tvos macos tizen cross-platform harfbuzzsharp
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.Win32 by: Microsoft
  • 1 total downloads
  • Latest version: 2.8.2.1-preview.75
  • xamarin text harfbuzz ios android linux windows uwp tvos macos tizen cross-platform harfbuzzsharp
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HtmlAgilityPack by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
  • 2 total downloads
  • Latest version: 1.12.4
  • 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, Oren Novotny
  • 1 total downloads
  • Latest version: 2.2.0
Humanizer core package that contains the library and the neutral language (English) resources
Humanizer.Core.af by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 2.8.11
Humanizer Locale Afrikaans (af)
Humanizer.Core.cs by: Mehdi Khalili, Oren Novotny
  • 1 total downloads
  • Latest version: 2.3.3
Humanizer Locale (cs)
Humanizer.Core.fa by: Mehdi Khalili, Oren Novotny
  • 1 total downloads
  • Latest version: 2.3.3
Humanizer Locale (fa)
Humanizer.Core.fil-PH by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 2.9.9
Humanizer Locale Filipino (Philippines) (fil-PH)
Humanizer.Core.he by: Mehdi Khalili, Oren Novotny
  • 1 total downloads
  • Latest version: 2.3.3
Humanizer Locale (he)
Humanizer.Core.lv by: Mehdi Khalili, Oren Novotny
  • 1 total downloads
  • Latest version: 2.4.2
Humanizer Locale (lv)
Humanizer.Core.ro by: Mehdi Khalili, Oren Novotny
  • 1 total downloads
  • Latest version: 2.1.0
Humanizer Locale (ro)
Humanizer.Core.sr-Latn by: Mehdi Khalili, Oren Novotny
  • 1 total downloads
  • Latest version: 2.5.16
Humanizer Locale (sr-Latn)
Hyak.Common by: Microsoft
  • 1 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.
Iced by: iced project and contributors <https://github.com/icedland>
  • 5 total downloads
  • Latest version: 1.21.0
  • disassembler x86 x64 assembler encoder decoder formatter
iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#. - 👍 Supports all Intel and AMD instructions - 👍 Correct: All instructions are tested and iced has been tested against other disassemblers/assemblers (xed, gas, objdump, masm, dumpbin, nasm, ndisasm) and fuzzed - 👍 100% C# code - 👍 The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output - 👍 The decoder decodes >130 MB/s - 👍 Small decoded instructions, only 40 bytes and the decoder doesn't allocate any memory - 👍 Create instructions with code assembler, eg. `asm.mov(eax, edx)` - 👍 The encoder can be used to re-encode decoded instructions at any address - 👍 API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, control flow info, etc - 👍 Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+` - 👍 License: MIT