GraphQL.Analyzers by: Joe McBride
  • 88 total downloads
  • Latest version: 8.8.4
  • GraphQL.Analyzers analyzers
GraphQL.Analyzers
Grpc by: The gRPC Authors
  • 2.002k total downloads
  • Latest version: 2.46.6
  • gRPC RPC HTTP/2
Metapackage for gRPC C#
Grpc.AspNetCore by: The gRPC Authors
  • 602 total downloads
  • Latest version: 2.76.0
  • gRPC RPC HTTP/2 aspnetcore
gRPC meta-package for ASP.NET Core
Grpc.AspNetCore.HealthChecks by: The gRPC Authors
  • 669 total downloads
  • Latest version: 2.76.0
  • gRPC RPC HTTP/2 health check
Integration of ASP.NET Core health checks with Grpc.HealthCheck
Grpc.AspNetCore.Server by: The gRPC Authors
  • 750 total downloads
  • Latest version: 2.76.0
  • gRPC RPC HTTP/2 aspnetcore
gRPC support for ASP.NET Core
Grpc.AspNetCore.Server.ClientFactory by: The gRPC Authors
  • 1.209k total downloads
  • Latest version: 2.76.0
  • gRPC RPC HTTP/2 aspnetcore
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
Grpc.Core by: The gRPC Authors
  • 1.061k total downloads
  • Latest version: 2.46.6
  • gRPC RPC HTTP/2
C# implementation of gRPC based on native gRPC C-core library. Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future. See https://grpc.io/blog/grpc-csharp-future/ for details.
Grpc.Core.Api by: The gRPC Authors
  • 939 total downloads
  • Latest version: 2.76.0
  • gRPC RPC HTTP/2
gRPC C# Surface API
Grpc.HealthCheck by: The gRPC Authors
  • 855 total downloads
  • Latest version: 2.76.0
  • gRPC health check
gRPC C# Health Checking
Grpc.Net.Client by: The gRPC Authors
  • 763 total downloads
  • Latest version: 2.76.0
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.ClientFactory by: The gRPC Authors
  • 791 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
  • 1.325k total downloads
  • Latest version: 2.76.0
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
Grpc.Tools by: The gRPC Authors
  • 1.675k total downloads
  • Latest version: 2.80.0-pre1
  • gRPC RPC HTTP/2
gRPC and Protocol Buffer compiler for C# projects
GtkSharp by: 'GtkSharp Contributors'
  • 121 total downloads
  • Latest version: 3.24.24.132-develop
  • gtk gtksharp gtk-sharp wrapper
GtkSharp is a C# wrapper for the Gtk library.
HtmlAgilityPack by: ZZZ Projects Simon Mourrier Jeff Klawiter Stephan Grell
  • 1.683k 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 by: Claire Novotny Mehdi Khalili
  • 477 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
Hyak.Common by: Microsoft
  • 89 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: 0xd4d
  • 38 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
IndexRange by: Bradley Grainger
  • 39 total downloads
  • Latest version: 1.1.1
  • Index System.Index Range System.Range C#8
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
IPAddressRange by: J.Sakamoto
  • 178 total downloads
  • Latest version: 1.6.2.7
  • 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 conatins check. This library supports both IPv4 and IPv6.