Azure.Storage.Queues by: Microsoft
  • 44 total downloads
  • Latest version: 12.24.0
  • Microsoft Azure Storage Queues Microsoft Azure Queues Queue Storage StorageScalable windowsazureofficial azureofficial
This client library enables working with the Microsoft Azure Storage Queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Queues/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Queues/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Queues/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 Queue Service - https://docs.microsoft.com/en-us/rest/api/storageservices/queue-service-rest-api
BenchmarkDotNet by: .NET Foundation and contributors
  • 13 total downloads
  • Latest version: 0.15.6
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
BenchmarkDotNet.Annotations by: .NET Foundation and contributors
  • 15 total downloads
  • Latest version: 0.15.8
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
BlazorStrap by: Chanan Braunstein, John Bomhold
  • 4 total downloads
  • Latest version: 5.2.105-Preview-3
  • blazor bootstrap bootstrap5
A bootstrap 5 component library for Blazor
Bogus by: Brian Chavez
  • 2 total downloads
  • Latest version: 28.4.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.
bootstrap by: Mark Otto, Jacob Thornton
  • 1 total downloads
  • Latest version: 3.3.4
  • bootstrap html css javascript web
Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
BouncyCastle.Cryptography by: Legion of the Bouncy Castle Inc.
  • 1 total downloads
  • Latest version: 2.2.0
  • bouncycastle cryptography dtls encryption open-source openpgp post-quantum security tls
BouncyCastle.NET is a popular cryptography library for .NET
CommandLineParser by: gsscoder, nemec, ericnewton76, moh-hassan
  • 2 total downloads
  • Latest version: 2.9.1
  • command line commandline argument option parser parsing library syntax shell
Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
CommonServiceLocator by: Microsoft.Practices.ServiceLocation
  • 3 total downloads
  • Latest version: 2.0.5
  • Unity Container unitycontainer Microsoft.Practices.Unity IoC Microsoft.Practices.ServiceLocation Service Location
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
Confluent.Kafka by: Confluent Inc., Andreas Heider
  • 1 total downloads
  • Latest version: 0.11.3
  • Kafka Confluent librdkafka
Confluent's .NET Client for Apache Kafka
ConsoleAppFramework by: Cysharp
  • 3 total downloads
  • Latest version: 5.7.13
  • 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
  • 2 total downloads
  • Latest version: 15.0.4
  • 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.
Dapper.SqlBuilder by: Sam Saffron, Johan Danforth
  • 1 total downloads
  • Latest version: 1.50.0
  • orm sql micro-orm query sql-builder
The Dapper SqlBuilder component, for building SQL queries dynamically.
DocumentFormat.OpenXml.Framework by: Microsoft
  • 12 total downloads
  • Latest version: 3.3.0
  • openxml office
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in Word files from an XML data source. - Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file. - Extraction of data from Excel documents. - Searching and replacing content in Word/PowerPoint using regular expressions. - Updating cached data and embedded spreadsheets for charts in Word/PowerPoint. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.
DotLiquid by: Tim Jones, Alessandro Petrelli
  • 1 total downloads
  • Latest version: 2.1.450
  • template templating language liquid markup
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.
DotNet.Testcontainers by: Andre Hofmeister and contributors
  • 42 total downloads
  • Latest version: 1.6.0-beta.2191
  • .NET Docker Container Test
A lightweight library to run tests with throwaway instances of Docker containers.
EntityFrameworkCore.Exceptions.Common by: Giorgi Dalakishvili
  • 3 total downloads
  • Latest version: 3.1.4
  • EntityFramework EF Exception SqlServer PostgreSQL MySql EntityFrameworkCore entity-framework-core EFCore Data Database
Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException or ReferenceConstraintException instead of generic DbUpdateException This is a base package for database specific packages. Install one of the specific packages instead of this
FastEndpoints by: FastEndpoints
  • 2 total downloads
  • Latest version: 5.17.1.23-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
  • 3 total downloads
  • Latest version: 5.22.0.12-beta
Attributes used by FastEndpoints.
FluentAssertions by: Dennis Doomen, Jonas Nyrup
  • 1 total downloads
  • Latest version: 6.3.0
  • MSTest2 xUnit NUnit MSpec NSpec TDD BDD Fluent netcore netstandard uwp
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, .NET Core 2.1 and 3.0, as well as .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.