Grpc.Core by: The gRPC Authors
  • 2 total downloads
  • Latest version: 2.42.0-pre1
  • 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
  • 4 total downloads
  • Latest version: 2.54.0-pre1
  • gRPC RPC HTTP/2
gRPC C# Surface API
Grpc.Net.Client by: The gRPC Authors
  • 2 total downloads
  • Latest version: 2.61.0
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.Common by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.56.0-pre1
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
Handlebars.Net by: Rex Morgan
  • 2 total downloads
  • Latest version: 2.0.2
  • handlebars mustache templating engine compiler
Blistering-fast Handlebars.js templates in your .NET application.
HtmlAgilityPack by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
  • 6 total downloads
  • Latest version: 1.11.63
  • 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).
Iced by: iced project and contributors <https://github.com/icedland>
  • 1 total downloads
  • Latest version: 1.11.3
  • 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 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, control flow info, etc - ✔️Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+` - ✔️License: MIT
LanguageExt.Core by: Paul Louth
  • 1 total downloads
  • Latest version: 3.1.23
  • C#, Functional, Language Extension, Monad, Option, Either, Reader, Writer, State, List, Set, Map, Queue, Memo, Memoization, Immutable, Lambda, Pattern Matching, Tuple
This library uses and abuses the features of C# 6 and 7 to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself.
libphonenumber-csharp by: Patrick Mézard, Aidan Bebbington, Google, libphonenumber contributors
  • 1 total downloads
  • Latest version: 7.0.5
  • 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/
Magick.NET.Core by: Dirk Lemstra
  • 0 total downloads
  • Latest version: 4.1.0
  • ImageMagick Magick.NET Image Convert Resize Draw Effects
ImageMagick is a powerful image manipulation library that supports over 100 major file formats (not including sub-formats). With Magick.NET you can use ImageMagick without having to install ImageMagick on your server or desktop. Visit https://github.com/dlemstra/Magick.NET/tree/master/docs before installing to help you decide the best version.
Microsoft.ApplicationInsights.PerfCounterCollector by: Microsoft
  • 1 total downloads
  • Latest version: 2.4.1
  • Analytics ApplicationInsights Telemetry ASP.NET ASMX Web Azure Server Services ASPX Websites Performance Counters Collection
Application Insights Performance Counters Collector allows you to send data collected by Performance Counters to Application Insights. Application Insights Performance Counters Collector is supported for .NET FX 4.0 and later. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.AspNet.WebApi.Client by: Microsoft
  • 3 total downloads
  • Latest version: 5.2.4-preview1
  • Microsoft AspNet WebApi AspNetWebApi HttpClient
This package adds support for formatting and content negotiation to System.Net.Http. It includes support for JSON, XML, and form URL encoded data.
Microsoft.AspNetCore.Authentication.Facebook by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.
Microsoft.AspNetCore.Authentication.OpenIdConnect by: Microsoft.AspNetCore.Authentication.OpenIdConnect
  • 2 total downloads
  • Latest version: 1.0.5
  • aspnetcore,authentication,security
ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow.
Microsoft.AspNetCore.Components.WebAssembly.Authentication by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.0-rc.2.21480.10
  • 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/96103c264e5e8f0485d07018ba27b78cd8227dd2
Microsoft.AspNetCore.Components.WebAssembly.Server by: Microsoft
  • 2 total downloads
  • Latest version: 5.0.1
  • aspnetcore components
Runtime server features for ASP.NET Core Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/fc93e595ceffbb1e3e85532bf454e92a6a80dd6b
Microsoft.AspNetCore.Identity.EntityFrameworkCore by: Microsoft.AspNetCore.Identity.EntityFrameworkCore
  • 2 total downloads
  • Latest version: 1.0.3
  • aspnetcore,entityframeworkcore,identity,membership
ASP.NET Core Identity provider that uses Entity Framework Core.
Microsoft.AspNetCore.Identity.UI by: Microsoft
  • 2 total downloads
  • Latest version: 8.0.0-preview.2.23153.2
  • aspnetcore identity membership razorpages
ASP.NET Core Identity UI is the default Razor Pages built-in UI for the ASP.NET Core Identity framework. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5ae8106f83d4d23cd0a2d2474c1b15e4d5dfc9eb
Microsoft.AspNetCore.Mvc.Razor.Host by: Microsoft.AspNetCore.Mvc.Razor.Host
  • 1 total downloads
  • Latest version: 1.0.5
  • aspnetcore,aspnetcoremvc,cshtml,razor
ASP.NET Core MVC design time hosting infrastructure for the Razor view engine.
Microsoft.AspNetCore.Mvc.ViewFeatures by: Microsoft.AspNetCore.Mvc.ViewFeatures
  • 1 total downloads
  • Latest version: 1.0.2
  • aspnetcore,aspnetcoremvc
ASP.NET Core MVC view rendering features. Contains common types used in most MVC applications as well as view rendering features such as view engines, views, view components, and HTML helpers. Commonly used types: Microsoft.AspNetCore.Mvc.Controller Microsoft.AspNetCore.Mvc.ValidateAntiForgeryTokenAttribute Microsoft.AspNetCore.Mvc.ViewComponent