BenchmarkDotNet by: .NET Foundation and contributors
  • 5 total downloads
  • Latest version: 0.13.12
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
BenchmarkDotNet.Annotations by: .NET Foundation and contributors
  • 3 total downloads
  • Latest version: 0.13.8
  • benchmark benchmarking performance
Powerful .NET library for benchmarking
BlazorStrap.V5 by: Chanan Braunstein, John Bomhold
  • 1 total downloads
  • Latest version: 5.1.100-Preview4
  • blazor bootstrap bootstrap4
Bootstrap 5.x component library for BlazorStrap
bootstrap by: Twitter, Inc.
  • 1 total downloads
  • Latest version: 3.4.0
  • css js less mobile-first responsive front-end framework web
The most popular front-end framework for developing responsive, mobile first projects on the web.
Castle.Core by: Castle Project Contributors
  • 2 total downloads
  • Latest version: 5.0.0-beta001
  • castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
CommandLineParser by: gsscoder, nemec, ericnewton76
  • 2 total downloads
  • Latest version: 2.4.3
  • 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.
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.
Confluent.Kafka by: Confluent Inc., Andreas Heider
  • 2 total downloads
  • Latest version: 2.14.2
  • Kafka Confluent librdkafka
Confluent's .NET Client for Apache Kafka
Confluent.Kafka.DependencyInjection by: Kyle McClellan and others
  • 0 total downloads
  • Latest version: 3.4.0
  • kafka confluent dependencyinjection di ioc logging
An extension of Confluent.Kafka for use with Microsoft.Extensions.DependencyInjection (and friends).
ConsoleAppFramework by: Cysharp
  • 0 total downloads
  • Latest version: 3.3.2
  • batch,console,cli,consoleappframework
Micro-framework for console applications.
coverlet.msbuild by: tonerdo
  • 1 total downloads
  • Latest version: 3.1.1
  • 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
  • 6 total downloads
  • Latest version: 30.0.1
  • 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.
Cucumber.Messages by: Cucumber Ltd, TechTalk
  • 1 total downloads
  • Latest version: 32.0.1
  • cucumber-messages cucumber reqnroll specflow gherkin
JSON schema-based messages for Cucumber's inter-process communication
Dapper by: Sam Saffron, Marc Gravell, Nick Craver
  • 5 total downloads
  • Latest version: 2.0.123
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
Docker.DotNet.Enhanced by: Docker.DotNet
  • 0 total downloads
  • Latest version: 4.3.0
  • Docker Container C# .NET
A .NET client for the Docker Engine API (v29.4.1) with fully asynchronous, non-blocking, object-oriented APIs.
Docker.DotNet.Enhanced.LegacyHttp by: Docker.DotNet.LegacyHttp
  • 1 total downloads
  • Latest version: 4.2.0
  • Docker Container C# .NET
A Docker.DotNet transport implementation for HTTP(S) Docker Engine connections.
Docker.DotNet.Enhanced.NativeHttp by: Docker.DotNet.NativeHttp
  • 1 total downloads
  • Latest version: 4.2.0
  • Docker Container C# .NET
A Docker.DotNet transport implementation for HTTP(S) Docker Engine connections.
DocumentFormat.OpenXml by: Microsoft
  • 0 total downloads
  • Latest version: 3.5.1
  • 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.2.677
  • 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
  • 3 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.