AWSSDK.Core by: Amazon Web Services
  • 16 total downloads
  • Latest version: 4.0.0-preview.3
  • AWS Amazon cloud aws-sdk-v4
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail by: Amazon Web Services
  • 18 total downloads
  • Latest version: 4.0.0-preview.3
  • AWS Amazon cloud SimpleEmailService aws-sdk-v4 SES
Amazon SES is an outbound-only email-sending service that provides an easy, cost-effective way for you to send email.
BenchmarkDotNet.Annotations by: .NET Foundation and contributors
  • 1 total downloads
  • Latest version: 0.13.7
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
BlazorStrap by: Chanan Braunstein, John Bomhold
  • 5 total downloads
  • Latest version: 5.2.103-Beta2
  • blazor bootstrap bootstrap5
A bootstrap 5 component library for Blazor
Bogus by: Brian Chavez
  • 3 total downloads
  • Latest version: 33.0.1
  • faker fake bogus poco data generator database seed values test-data test tdd testing .net EF
A simple and sane data generator for populating objects that supports different locales. A delightful port of the famed faker.js and inspired by FluentValidation. Use Bogus to create UIs with fake data or seed databases. Get started by using Faker class or a DataSet directly.
BouncyCastle by: Bouncy Castle Project Contributors
  • 1 total downloads
  • Latest version: 1.8.2
  • bouncycastle cryptography encryption security
The Bouncy Castle Crypto package is a C\# implementation of cryptographic algorithms and protocols, it was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [http://www.bouncycastle.org](http://www.bouncycastle.org). In addition to providing basic cryptography algorithms, the package also provides support for CMS, TSP, X.509 certificate generation and a variety of other standards such as OpenPGP.
ConsoleAppFramework by: Cysharp
  • 1 total downloads
  • Latest version: 5.2.1
  • batch,console,cli,consoleappframework
Zero Dependency, Zero Overhead, Zero Reflection, Zero Allocation, AOT Safe CLI Framework powered by C# Source Generator.
CsvHelper by: Josh Close
  • 1 total downloads
  • Latest version: 1.0.0
  • csv,comma,separated,value,delimited
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
DotLiquid by: Tim Jones, Alessandro Petrelli
  • 1 total downloads
  • Latest version: 2.0.132
  • template templating language liquid markup
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.
EPPlus by: Jan Källman
  • 4 total downloads
  • Latest version: 4.0.5
  • Excel OOXML
A library to manage Excel spreadsheets, using OOXML.
FastEndpoints by: FastEndpoints
  • 4 total downloads
  • Latest version: 5.13.0.4-beta
  • http, rest, rest-api, web-api, webapi, aspnet, aspnetcore, dotnet6, minimal-api, vertical-slice-architecture, repr-pattern
A light-weight REST Api framework for ASP.Net 6 and newer that implements REPR (Request-Endpoint-Response) Pattern.
FluentValidation by: Jeremy Skinner
  • 1 total downloads
  • Latest version: 6.4.0-beta5
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
GeoAPI.CoordinateSystems by: NetTopologySuite Team
  • 15 total downloads
  • Latest version: 2.0.0-nuget005
  • OGC SFS NTS GIS
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
Google.Protobuf by: Google Inc.
  • 2 total downloads
  • Latest version: 3.29.0-rc1
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
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
  • 3 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).