BenchmarkDotNet by: .NET Foundation and contributors
  • 1 total downloads
  • Latest version: 0.10.0
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
BenchmarkDotNet.Annotations by: .NET Foundation and contributors
  • 3 total downloads
  • Latest version: 0.15.6-develop
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
BenchmarkDotNet.Toolchains.Roslyn by: .NET Foundation and contributors
  • 1 total downloads
  • Latest version: 0.10.12
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
BlazorStrap by: Chanan Braunstein, John Bomhold
  • 3 total downloads
  • Latest version: 5.2.104
  • blazor bootstrap bootstrap5
A bootstrap 5 component library for Blazor
Bogus by: Brian Chavez
  • 2 total downloads
  • Latest version: 28.0.1
  • 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.
Castle.Core by: Castle Project Contributors
  • 3 total downloads
  • Latest version: 3.3.2
  • castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Project Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
CommandLineParser by: Giacomo Stelluti Scala
  • 1 total downloads
  • Latest version: 1.9.4.229-beta
  • command line argument option parser parsing library syntax shell
The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
CommonServiceLocator by: .NET Foundation and Contributors
  • 1 total downloads
  • Latest version: 2.0.6
  • 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.
CommunityToolkit.Maui by: Microsoft
  • 0 total downloads
  • Latest version: 12.2.0
  • dotnet,maui,toolkit,kit,communitytoolkit,dotnetcommunitytoolkit
The .NET MAUI Community Toolkit is a collection of Animations, Behaviors, Converters, and Custom Views for development with .NET MAUI. It simplifies and demonstrates common developer tasks building iOS, Android, macOS and Windows apps with .NET MAUI.
Confluent.Kafka by: Confluent Inc., Andreas Heider
  • 1 total downloads
  • Latest version: 2.1.0-RC3
  • Kafka Confluent librdkafka
Confluent's .NET Client for Apache Kafka
Confluent.Kafka.Extensions.Diagnostics by: Vadim Hatsura
  • 1 total downloads
  • Latest version: 0.5.1-alpha.4
  • kafka, confluent, diagnostics
Confluent.Kafka instrumentationusing the [System.Diagnostics.Activity](https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.activity) API
CsvHelper by: Josh Close
  • 2 total downloads
  • Latest version: 29.0.0
  • 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 by: Sam Saffron, Marc Gravell, Nick Craver
  • 3 total downloads
  • Latest version: 1.50.0-rc2a
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
DocumentFormat.OpenXml by: Microsoft
  • 0 total downloads
  • Latest version: 3.2.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
  • 3 total downloads
  • Latest version: 2.3.0
  • template templating language liquid markup
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.
dotnet-ef by: Microsoft
  • 10 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
  • 2 total downloads
  • Latest version: 0.0.7-beta.20190609.16
  • .NET Docker Container Test
A lightweight library to run tests with throwaway instances of Docker containers.
EFCore.NamingConventions by: Shay Rojansky
  • 1 total downloads
  • Latest version: 5.0.0-preview5
  • Entity Framework Core entity-framework-core ef efcore orm sql postgresql npgsql
Naming Conventions for Entity Framework Core Tables and Columns.
EntityFrameworkCore.Exceptions.Common by: Giorgi Dalakishvili
  • 1 total downloads
  • Latest version: 1.0.1
  • 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 instead of generic DbUpdateException This is a base package for database specific packages. Install one of the specific packages instead of this
EntityFrameworkCore.Exceptions.SqlServer by: Giorgi Dalakishvili
  • 1 total downloads
  • Latest version: 6.0.3.2
  • EntityFramework EF SqlServer 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