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.
BlazorStrap by: Chanan Braunstein, John Bomhold
  • 4 total downloads
  • Latest version: 5.2.103-Beta2
  • blazor bootstrap bootstrap5
A bootstrap 5 component library for Blazor
Bogus by: Brian Chavez
  • 2 total downloads
  • Latest version: 20.0.1
  • fake bogus poco data generator database seed values test-data test tdd testing faker .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 it to create and load databases and UIs with mock up data. Get started by using Faker class or a DataSet directly.
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
  • 3 total downloads
  • Latest version: 21.1.1
  • 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.
EPPlus by: EPPlus Software AB
  • 7 total downloads
  • Latest version: 7.2.1
  • Excel ooxml
A spreadsheet library for .NET framework and .NET core
Fable by: Alfonso García-Caro Núñez
  • 1 total downloads
  • Latest version: 4.22.0
  • fsharp fable javascript f# js
F# to JS compiler
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 by: NetTopologySuite - Team
  • 27 total downloads
  • Latest version: 1.7.4
  • OGC SFS NTS GIS
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
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.
Gherkin by: Cucumber Ltd, Gaspar Nagy
  • 1 total downloads
  • Latest version: 6.0.0-beta1
  • specflow gherkin cucumber
Cross-platform parser for the Gherkin language, used by Cucumber, SpecFlow and other Cucumber-based tools to parse feature files.
Google.Protobuf by: Google Inc.
  • 1 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
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