Ardalis.SmartEnum by: Steve Smith (@ardalis)
  • 2 total downloads
  • Latest version: 8.2.0
  • enum smartenum ardalis
Classes to help produce strongly typed smarter enums in .NET.
Aspire.Dashboard.Sdk.linux-x64 by: Microsoft
  • 3 total downloads
  • Latest version: 13.1.1
Dashboard browser interface for .NET Aspire.
Aspire.Hosting.AppHost by: Microsoft
  • 3 total downloads
  • Latest version: 13.1.2
  • aspire hosting
Core library and MSBuild logic for Aspire AppHost projects.
Aspire.Hosting.Orchestration.linux-x64 by: Microsoft
  • 2 total downloads
  • Latest version: 13.1.1
.NET Aspire Orchestration Dependencies
AspNetCore.HealthChecks.NpgSql by: Xabaril Contributors
  • 1 total downloads
  • Latest version: 9.0.0
  • HealthCheck HealthChecks Health Beat Postgress
HealthChecks.NpgSql is a health check for Postgress Sql.
AWSSDK.Core by: Amazon Web Services
  • 3 total downloads
  • Latest version: 4.0.3.12
  • AWS Amazon cloud aws-sdk-v4
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.DynamoDBv2 by: Amazon Web Services
  • 1 total downloads
  • Latest version: 4.0.14
  • AWS Amazon cloud DynamoDB aws-sdk-v4
Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale.
AWSSDK.S3 by: Amazon Web Services
  • 3 total downloads
  • Latest version: 4.0.18.5
  • AWS Amazon cloud S3 aws-sdk-v4
Amazon Simple Storage Service (Amazon S3), provides developers and IT teams with secure, durable, highly-scalable object storage.
AWSSignatureGenerator by: Joel Christner
  • 1 total downloads
  • Latest version: 1.0.9
  • aws signature v4 authorization
A simple class library for generating AWS V4 signatures.
Azure.Core by: Microsoft
  • 1 total downloads
  • Latest version: 1.50.0
  • Microsoft Azure Client Pipeline
This is the implementation of the Azure Client Pipeline
Azure.Storage.Blobs by: Microsoft
  • 3 total downloads
  • Latest version: 12.27.0
  • Microsoft Azure Storage Blobs Microsoft Azure Blobs Blob Storage StorageScalable windowsazureofficial azureofficial
This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Blob Service - https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api
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
  • 2 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
  • 3 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.
  • 6 total downloads
  • Latest version: 2.6.1
  • bouncycastle cryptography dtls encryption open-source openpgp post-quantum security tls
BouncyCastle.NET is a popular cryptography library for .NET
Certes by: Certes Contributors
  • 3 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
  • 4 total downloads
  • Latest version: 8.0.0
  • CloudFlare, DNS, DDNS
.NET library for communication with the Cloudflare service API.
CommunityToolkit.HighPerformance by: Microsoft
  • 1 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.