AngleSharp by: Florian Rappl
  • 1 total downloads
  • Latest version: 0.2.0
  • html html5 css css3 parser dom query selector attributes
AngleSharp is the ultimate angle brackets parser library. It currently parses HTML5 and CSS3 to construct a DOM based on the official W3C specification.
AutoMapper by: Jimmy Bogard
  • 19 total downloads
  • Latest version: 4.2.1
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is designed for model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
AWSSDK.Core by: Amazon Web Services
  • 28 total downloads
  • Latest version: 4.0.100.6
  • AWS Amazon cloud aws-sdk-v4
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail by: Amazon Web Services
  • 2 total downloads
  • Latest version: 4.0.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 by: Andrey Akinshin, Jon Skeet, Matt Warren
  • 21 total downloads
  • Latest version: 0.9.9
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
BenchmarkDotNet.Annotations by: .NET Foundation and contributors
  • 1 total downloads
  • Latest version: 0.13.8
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
BenchmarkDotNet.Core by: .NET Foundation and contributors
  • 5 total downloads
  • Latest version: 0.10.3
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
Bogus by: Brian Chavez
  • 1 total downloads
  • Latest version: 4.0.1-beta-1
  • fake bogus poco data generator database seed values test-data test
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 it to create and load databases and UIs with mockup data. Get started by using Faker class or a DataSet directly.
BouncyCastle by: Bouncy Castle Project Contributors
  • 1 total downloads
  • Latest version: 1.8.6.1
  • 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.
CsvHelper by: Josh Close
  • 1 total downloads
  • Latest version: 10.0.0-beta01
  • csv csvhelper 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.
deniszykov.WebSocketListener by: Valeriano Tortola, Denis Zykov
  • 11 total downloads
  • Latest version: 4.2.19
  • websockets HTML5 realtime streaming sockets server client async asynchronous
A lightweight and highly scalable asynchronous WebSocket listener for .NET Core, .NET and Mono. https://github.com/deniszykov/WebSocketListener
EPPlus by: EPPlus Software AB
  • 13 total downloads
  • Latest version: 8.0.3
  • Excel ooxml
A spreadsheet library for .NET framework and .NET core
FluentMigrator.Abstractions by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker
  • 5 total downloads
  • Latest version: 2.0.7
  • fluent migrator fluentmigrator migration database
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
Gee.External.Capstone by: Ahmed Garhy (@9ee1)
  • 5 total downloads
  • Latest version: 2.0.2
  • capstone disassembler reverse-engineering security arm x86
Capstone.NET is an opinionated .NET Core and a .NET Framework binding for the Capstone disassembly framework. It is written in C#, supports Capstone 4, and has a friendly and simple type safe API that is ridiculously easy to learn and quick to pick up.
Grpc.AspNetCore.Server.ClientFactory by: The gRPC Authors
  • 2 total downloads
  • Latest version: 2.67.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 total downloads
  • Latest version: 2.38.0
  • 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.Net.Client by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.66.0-pre1
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.ClientFactory by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.50.0
  • gRPC RPC HTTP/2
HttpClientFactory integration the for gRPC .NET client
Grpc.Net.Common by: The gRPC Authors
  • 2 total downloads
  • Latest version: 2.70.0-pre1
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
Grpc.Tools by: The gRPC Authors
  • 6 total downloads
  • Latest version: 2.81.0-pre1
  • gRPC RPC HTTP/2
gRPC and Protocol Buffer compiler for C# projects