BenchmarkDotNet
by: .NET Foundation and contributors
- 7 total downloads
- Latest version: 0.15.5
Powerful .NET library for benchmarking
BenchmarkDotNet.Annotations
by: .NET Foundation and contributors
- 2 total downloads
- Latest version: 0.13.5
Powerful .NET library for benchmarking
BenchmarkDotNet.Toolchains.Roslyn
by: .NET Foundation and contributors
- 1 total downloads
- Latest version: 0.10.4
Powerful .NET library for benchmarking
BlazorStrap
by: Chanan Braunstein, John Bomhold
- 1 total downloads
- Latest version: 5.2.105-Preview-3
A bootstrap 5 component library for Blazor
Bogus
by: Brian Chavez
- 1 total downloads
- Latest version: 21.0.2
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 it to create and load databases and UIs with mock up data. Get started by using Faker class or a DataSet directly.
BouncyCastle
by: Bouncy Castle Project Contributors
- 1 total downloads
- Latest version: 1.8.9
The Bouncy Castle Crypto package is a C# implementation of cryptographic algorithms and protocols, it was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [http://www.bouncycastle.org](http://www.bouncycastle.org). In addition to providing basic cryptography algorithms, the package also provides support for CMS, TSP, X.509 certificate generation and a variety of other standards such as OpenPGP.
BouncyCastle.Cryptography
by: Legion of the Bouncy Castle Inc.
- 1 total downloads
- Latest version: 2.6.1
BouncyCastle.NET is a popular cryptography library for .NET
CommandLineParser
by: Giacomo Stelluti Scala
- 1 total downloads
- Latest version: 1.9.3.31
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
- 1 total downloads
- Latest version: 2.0.3
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.HighPerformance
by: Microsoft
- 1 total downloads
- Latest version: 8.3.2
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
- 3 total downloads
- Latest version: 2.6.1
Confluent's .NET Client for Apache Kafka
Confluent.Kafka.DependencyInjection
by: Kyle McClellan and others
- 2 total downloads
- Latest version: 3.0.1
An extension of Confluent.Kafka for use with Microsoft.Extensions.DependencyInjection (and friends).
CsvHelper
by: Josh Close
- 4 total downloads
- Latest version: 21.1.2
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: 12.1.1
Protocol Buffer messages for Cucumber's and SpecFlow's inter-process communication
Dapper
by: Sam Saffron, Marc Gravell, Nick Craver
- 4 total downloads
- Latest version: 2.1.21
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
Docker.DotNet
by: Docker.DotNet
- 1 total downloads
- Latest version: 3.125.13
Docker.DotNet is a library that allows you to interact with the Docker Remote API programmatically with fully asynchronous, non-blocking and object-oriented code in your .NET applications.
Docker.DotNet.Enhanced.Handler.Abstractions
by: Docker.DotNet.Handler.Abstractions
- 1 total downloads
- Latest version: 4.0.0
An abstraction layer for Docker.DotNet that defines the classes and interfaces for implementing Docker Engine handlers.
DocumentFormat.OpenXml
by: Microsoft
- 1 total downloads
- Latest version: 2.10.0-beta0001
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.
DotNet.Testcontainers
by: Andre Hofmeister and contributors
- 2 total downloads
- Latest version: 1.6.0-beta.2118
A lightweight library to run tests with throwaway instances of Docker containers.
Enums.NET
by: Tyler Brinkley
- 2 total downloads
- Latest version: 4.0.1
Enums.NET is a high-performance type-safe .NET enum utility library