BenchmarkDotNet
by: .NET Foundation and contributors
- 1 total downloads
- Latest version: 0.15.8
Powerful .NET library for benchmarking
Blazor-ApexCharts
by: Joakim Dangården
- 3 total downloads
- Latest version: 6.1.0
A blazor wrapper for ApexCharts.js
BlazorMonaco
by: Serdar Ciplak
- 2 total downloads
- Latest version: 3.4.0
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
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
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.NET is a popular cryptography library for .NET
Carter
by: Jonathan Channon
- 1 total downloads
- Latest version: 10.0.0
Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
Certes
by: Certes Contributors
- 6 total downloads
- Latest version: 3.0.4
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
.NET library for communication with the Cloudflare service API.
CodeBeam.MudBlazor.Extensions
by: CodeBeam
- 1 total downloads
- Latest version: 8.3.0
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
An Aspire component leveraging the MailPit container.
CommunityToolkit.HighPerformance
by: Microsoft
- 6 total downloads
- Latest version: 8.4.0
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
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
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.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.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
High-performance DynamoDb library with a significant focus on efficient resources utilization.
EnumerableAsyncProcessor
by: Tom Longhurst
- 8 total downloads
- Latest version: 3.8.4
Various Enumerable Async Processors - Batch / Parallel / Rate Limited / One at a time