Bogus by: Brian Chavez
  • 3 total downloads
  • Latest version: 31.0.3
  • 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.Cryptography by: Legion of the Bouncy Castle Inc.
  • 1 total downloads
  • Latest version: 2.0.0
  • bouncycastle cryptography dtls encryption open-source post-quantum security tls
BouncyCastle.NET is a popular cryptography library for .NET
BouncyCastle.NetCore by: BouncyCastle
  • 4 total downloads
  • Latest version: 1.8.10
  • .net framework, core, standard
a BouncyCastle redist package include .Net Framework and .Net Core/ Standard support
CommunityToolkit.HighPerformance by: Microsoft.Toolkit
  • 1 total downloads
  • Latest version: 7.1.2
  • Windows Community Toolkit WCT .NET Parallel Performance Unsafe Span Memory String StringPool Array Stream Buffer Extensions Helpers
This package includes high performance .NET Standard helpers such as: - Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas. - ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>. - MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances. - MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor. - SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it. - StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers. - String, array, Memory<T>, Span<T> extensions and more, all focused on high performance. - HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values. - BitHelper: a class with helper methods to perform bit operations on numeric types. - ParallelHelper: helpers to work with parallel code in a highly optimized manner. - Box<T>: a type mapping boxed value types and exposing some utility and high performance methods. - Ref<T>: a stack-only struct that can store a reference to a value of a specified type. - NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.
CommunityToolkit.Maui.Core by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.0-rc3
  • dotnet,maui,toolkit,kit,communitytoolkit,dotnetcommunitytoolkit
Core library for community toolkits using .NET MAUI
Confluent.Kafka by: Confluent Inc., Andreas Heider
  • 2 total downloads
  • Latest version: 2.6.0
  • Kafka Confluent librdkafka
Confluent's .NET Client for Apache Kafka
Confluent.Kafka.Extensions.OpenTelemetry by: Vadim Hatsura
  • 1 total downloads
  • Latest version: 0.2.0
  • kafka, confluent, instrumentation, opentelemetry
OpenTelemetry instrumentation for Confluent.Kafka
CsvHelper by: Josh Close
  • 4 total downloads
  • Latest version: 20.0.0-beta0001
  • 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.
Cucumber.Messages by: Cucumber Ltd, TechTalk
  • 4 total downloads
  • Latest version: 31.2.0
  • cucumber-messages cucumber reqnroll specflow gherkin
JSON schema-based messages for Cucumber's inter-process communication
Dapper by: Sam Saffron, Marc Gravell, Nick Craver
  • 2 total downloads
  • Latest version: 2.0.78
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
Dapper.Transaction by: ZZZ Projects
  • 1 total downloads
  • Latest version: 2.0.123
  • orm sql micro-orm
IDbTransaction extension methods for Dapper: A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
Docker.DotNet by: Docker.DotNet
  • 1 total downloads
  • Latest version: 3.125.11
  • Docker Container C# .NET
Docker.DotNet is a library that allows you to interact with the Docker Remote API programmatically with fully asynchronous, non-blocking and object-oriented code in your .NET applications.
Docker.DotNet.Enhanced by: Docker.DotNet
  • 1 total downloads
  • Latest version: 3.131.1
  • Docker Container C# .NET
Docker.DotNet is a library that allows you to interact with the Docker Remote API programmatically with fully asynchronous, non-blocking and object-oriented code in your .NET applications.
DotLiquid by: Tim Jones, Alessandro Petrelli
  • 4 total downloads
  • Latest version: 2.1.418
  • template templating language liquid markup
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.
dotnet-ef by: Microsoft
  • 3 total downloads
  • Latest version: 8.0.1
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Entity Framework Core Tools for the .NET Command-Line Interface. Enables these commonly used dotnet-ef commands: dotnet ef migrations add dotnet ef migrations list dotnet ef migrations script dotnet ef dbcontext info dotnet ef dbcontext scaffold dotnet ef database drop dotnet ef database update
DotNet.Testcontainers by: Andre Hofmeister and contributors
  • 4 total downloads
  • Latest version: 1.1.0-beta.20200112.7
  • .NET Docker Container Test
A lightweight library to run tests with throwaway instances of Docker containers.
EPPlus by: EPPlus Software AB
  • 3 total downloads
  • Latest version: 8.4.1
  • Excel ooxml
A spreadsheet library for .NET framework and .NET core
Fable by: Alfonso García-Caro Núñez
  • 4 total downloads
  • Latest version: 5.0.0-alpha.21
  • fsharp fable javascript f# js
F# to JS compiler
FastEndpoints by: FastEndpoints
  • 10 total downloads
  • Latest version: 5.32.0.16-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.
FastEndpoints.Attributes by: FastEndpoints
  • 15 total downloads
  • Latest version: 7.1.0-beta.12
Attributes used by FastEndpoints.