Grpc.AspNetCore.Server by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.53.0
  • gRPC RPC HTTP/2 aspnetcore
gRPC support for ASP.NET Core
Grpc.Net.Client by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.30.0
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.ClientFactory by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.44.0-pre1
  • gRPC RPC HTTP/2
HttpClientFactory integration the for gRPC .NET client
Grpc.Reflection by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.39.1
  • gRPC reflection
gRPC C# Server Reflection (for Grpc.Core)
Grpc.Tools by: The gRPC Authors
  • 5 total downloads
  • Latest version: 2.66.0-pre5
  • gRPC RPC HTTP/2
gRPC and Protocol Buffer compiler for C# projects
HtmlAgilityPack by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
  • 1 total downloads
  • Latest version: 1.11.74
  • 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.es by: Mehdi Khalili, Oren Novotny
  • 1 total downloads
  • Latest version: 2.7.9
Humanizer Locale Spanish (es)
Humanizer.Core.nb-NO by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.13.14
Humanizer Locale Norwegian Bokmål (Norway) (nb-NO)
Humanizer.Core.pl by: Mehdi Khalili, Oren Novotny
  • 1 total downloads
  • Latest version: 2.7.9
Humanizer Locale Polish (pl)
Iced by: 0xd4d
  • 1 total downloads
  • Latest version: 1.7.0
  • disassembler x86 x64 assembler encoder decoder formatter
Iced is a high performance x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#. 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 - ✔️100% C# code - ✔️The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output - ✔️The decoder is 2x+ faster than other similar libraries and doesn't allocate any memory - ✔️Small decoded instructions, only 32 bytes - ✔️High level Assembler providing a simple and lean syntax (e.g `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, flow control info, etc - ✔️All instructions are tested (decode, encode, format, instruction info) - ✔️Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+` - ✔️License: MIT
IKVM.MSBuild.Tools.runtime.linux-arm by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 2 total downloads
  • Latest version: 8.9.0-pre.3
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win-arm64 by: Jeroen Frijters, Jerome Haltom
  • 2 total downloads
  • Latest version: 8.13.4
IKVM MSBuild Tools
libphonenumber-csharp by: Patrick Mézard, Aidan Bebbington, Google, libphonenumber contributors
  • 1 total downloads
  • Latest version: 7.7.4
  • phonenumber phone
C# port of Google's common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers. For usage samples: http://code.google.com/p/libphonenumber/
librdkafka.redist by: Magnus Edenhill, edenhill
  • 1 total downloads
  • Latest version: 2.5.0
  • native apache kafka librdkafka C C++ nativepackage
The Apache Kafka C/C++ client library - redistributable
ManagedEsent by: Microsoft
  • 1 total downloads
  • Latest version: 1.9.3.3
  • ManagedEsent NoSql ISAM Database Storage DatabaseEngine
ManagedEsent provides managed access to ESENT, the embeddable database engine native to Windows. ManagedEsent uses the esent.dll that is part of Microsoft Windows so there are no extra unmanaged binaries to download and install.
MessagePackAnalyzer by: neuecc, aarnott
  • 1 total downloads
  • Latest version: 3.0.111-alpha
  • MsgPack MessagePack Serialization Formatter Analyzer
Analyzers and source generator for MessagePack for C#. Verify rules for [MessagePackObject] and code fix for [Key]. A roslyn source generator for AOT or faster startup of applications that use the MessagePack nuget package.
Microsoft.ApplicationInsights.WindowsServer by: Microsoft
  • 1 total downloads
  • Latest version: 2.4.0
  • Analytics ApplicationInsights Telemetry AppInsights
Application Insights Windows Server nuget package provides automatic collection of application insights telemetry for .NET applications. This package can be used as a dependent package for Application Insights platform specific packages or as a standalone package for .NET applications that are not covered by platform specific packages (like for .NET worker roles). Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.AspNetCore.Antiforgery by: Microsoft.AspNetCore.Antiforgery
  • 1 total downloads
  • Latest version: 1.0.4
  • aspnetcore,antiforgery
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.
Microsoft.AspNetCore.App.Ref by: Microsoft
  • 2 total downloads
  • Latest version: 8.0.23
  • aspnetcore targeting-pack
Provides a default set of APIs for building an ASP.NET Core application. Contains reference assemblies, documentation, and other design-time assets. This package is an internal implementation of the .NET Core SDK and is not meant to be used as a normal PackageReference. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/568fff703254def7dcd35fda9892bf702d4c81d3
Microsoft.AspNetCore.Components.WebAssembly.Authentication by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.0-rc.1.21452.15
  • aspnetcore components
Build client-side authentication for single-page applications (SPAs). This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/0621c1748eac08dd516edc950559ab7e8308f214