BlazorStrap.V5 by: Chanan Braunstein, John Bomhold
  • 2 total downloads
  • Latest version: 5.1.102-Preview7
  • blazor bootstrap bootstrap4
Bootstrap 5.x component library for BlazorStrap
Bogus by: Brian Chavez
  • 3 total downloads
  • Latest version: 35.6.4
  • 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: The Bootstrap Authors, Twitter Inc.
  • 1 total downloads
  • Latest version: 5.1.2
  • css mobile-first responsive front-end framework web
The most popular front-end framework for developing responsive, mobile first projects on the web.
CommunityToolkit.HighPerformance by: Microsoft
  • 1 total downloads
  • Latest version: 8.3.1
  • 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.
CommunityToolkit.Maui by: Microsoft
  • 3 total downloads
  • Latest version: 6.0.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: 1.5.0
  • Kafka Confluent librdkafka
Confluent's .NET Client for Apache Kafka
Confluent.Kafka.DependencyInjection by: Kyle McClellan and others
  • 3 total downloads
  • Latest version: 3.0.0
  • kafka confluent dependencyinjection di ioc logging
An extension of Confluent.Kafka for use with Microsoft.Extensions.DependencyInjection (and friends).
Confluent.Kafka.Extensions.Diagnostics by: Vadim Hatsura
  • 1 total downloads
  • Latest version: 0.3.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
ConsoleAppFramework by: Cysharp
  • 2 total downloads
  • Latest version: 5.7.10
  • batch,console,cli,consoleappframework
Zero Dependency, Zero Overhead, Zero Reflection, Zero Allocation, AOT Safe CLI Framework powered by C# Source Generator.
coverlet.collector by: tonerdo
  • 5 total downloads
  • Latest version: 3.1.2
  • 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.
CsvHelper by: Josh Close
  • 4 total downloads
  • Latest version: 14.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
  • 1 total downloads
  • Latest version: 1.10.0
  • orm sql micro-orm
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
Dapper.SqlBuilder by: Sam Saffron, Johan Danforth
  • 1 total downloads
  • Latest version: 1.40.1
  • orm sql micro-orm query sql-builder
The Dapper SqlBuilder component to build SQL queries dynamically.
Docker.DotNet.X509 by: Docker.DotNet.X509
  • 1 total downloads
  • Latest version: 3.125.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.
dotnet-ef by: Microsoft
  • 2 total downloads
  • Latest version: 5.0.0-preview.8.20407.4
  • 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.8-beta.20190615.2
  • .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: 8.0.0
  • Entity Framework Core entity-framework-core ef efcore orm sql
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: 8.0.0.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
EPPlus by: EPPlus Software AB
  • 3 total downloads
  • Latest version: 7.5.2
  • Excel ooxml
A spreadsheet library for .NET framework and .NET core