BenchmarkDotNet by: .NET Foundation and contributors
  • 1 total downloads
  • Latest version: 0.15.8
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
Blazor-ApexCharts by: Joakim Dangården
  • 3 total downloads
  • Latest version: 6.1.0
  • Blazor Charts ApexCharts Server WebAssembly
A blazor wrapper for ApexCharts.js
BlazorMonaco by: Serdar Ciplak
  • 2 total downloads
  • Latest version: 3.4.0
  • blazor monaco editor vs code vscode format textarea contenteditable
Blazor component for Microsoft's Monaco Editor which powers Visual Studio Code. Developed to work with Monaco Editor v0.54.0
BlazorWasmBrotliLoader.Build by: J.Sakamoto
  • 3 total downloads
  • Latest version: 1.0.3
  • blazor,blazor-webassembly,blazorwebassembly,blazorwasm,brotli
A NuGet package that provides post published processing to rewrite the fallback page to load Brotli compressed Blazor WebAssembly application files.
Bogus by: Brian Chavez
  • 5 total downloads
  • Latest version: 35.6.5
  • 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.
  • 13 total downloads
  • Latest version: 2.6.2
  • bouncycastle cryptography dtls encryption open-source openpgp post-quantum security tls
BouncyCastle.NET is a popular cryptography library for .NET
Certes by: Certes Contributors
  • 6 total downloads
  • Latest version: 3.0.4
  • Certes letsencrypt ACME HTTPS SSL Certificate dotnettool
A client implementation for the Automated Certificate Management Environment (ACME) protocol.
CloudFlare.Client by: Tamás Tóth
  • 7 total downloads
  • Latest version: 8.0.0
  • CloudFlare, DNS, DDNS
.NET library for communication with the Cloudflare service API.
CodeBeam.MudBlazor.Extensions by: CodeBeam
  • 1 total downloads
  • Latest version: 8.3.0
  • Blazor MudBlazor Component Extension Material3 Animate Stepper ComboBox Select List Loading Gallery ChipField Transfer Barcode QR SpeedDial RangeSlider Teleport
MudBlazor extension components from contributors. Includes 30+ components and utilities.
CommunityToolkit.Aspire.Hosting.MailPit by: Microsoft.Toolkit, dotnetfoundation, Community Toolkit
  • 7 total downloads
  • Latest version: 13.1.1
  • aspire integration communitytoolkit dotnetcommunitytoolkit mailpit smtp hosting
An Aspire component leveraging the MailPit container.
CommunityToolkit.HighPerformance by: Microsoft
  • 6 total downloads
  • Latest version: 8.4.0
  • dotnet Community Toolkit .NET Parallel Performance Unsafe Span Memory String StringPool Array Stream Buffer Extensions Helpers
This package includes high performance .NET 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.
coverlet.collector by: tonerdo
  • 3 total downloads
  • Latest version: 8.0.0
  • coverage testing unit-test lcov opencover quality
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Cronos by: Andrey Dorokhov, Sergey Odinokov
  • 8 total downloads
  • Latest version: 0.11.1
  • Cronos Cron Recurring
A fully-featured .NET library for parsing cron expressions and calculating next occurrences that was designed with time zones in mind and correctly handles daylight saving time transitions.
dbup-core by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
  • 5 total downloads
  • Latest version: 6.1.1
DbUp makes it easy to deploy and upgrade SQL Server databases by running change scripts. This is the core library and should be used in conjunction with the database specific package (eg dbup-sqlserver, dbup-mysql)
dbup-postgresql by: https://github.com/orgs/DbUp/people
  • 3 total downloads
  • Latest version: 7.0.1
DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds PostgreSQL support.
Docker.DotNet.Enhanced by: Docker.DotNet
  • 4 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.
Docker.DotNet.Enhanced.X509 by: Docker.DotNet.X509
  • 5 total downloads
  • Latest version: 3.131.1
  • Docker Container C# .NET
Docker.DotNet.X509 is a library that allows you to use certificate authentication with a remote Docker engine programmatically in your .NET applications.
EfficientDynamoDb by: EfficientDynamoDb
  • 1 total downloads
  • Latest version: 0.9.18
  • dynamodb,nosql,aws,dotnet,c#
High-performance DynamoDb library with a significant focus on efficient resources utilization.
EnumerableAsyncProcessor by: Tom Longhurst
  • 8 total downloads
  • Latest version: 3.8.4
  • async enumerable ienumerable linq array list processor delegate task tasks
Various Enumerable Async Processors - Batch / Parallel / Rate Limited / One at a time
FastEndpoints by: FastEndpoints
  • 9 total downloads
  • Latest version: 8.0.1
  • 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 8 and newer that implements REPR (Request-Endpoint-Response) Pattern.