CommunityToolkit.HighPerformance
by: Microsoft
- 1 total downloads
- Latest version: 8.4.0-preview2
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
- 1 total downloads
- Latest version: 2.2.0-RC2
Confluent's .NET Client for Apache Kafka
coverlet.msbuild
by: tonerdo
- 0 total downloads
- Latest version: 6.0.4
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
CsvHelper
by: Josh Close
- 1 total downloads
- Latest version: 9.0.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
- 0 total downloads
- Latest version: 24.0.1
Protocol Buffer messages for Cucumber's and SpecFlow's inter-process communication
Dapper
by: Sam Saffron, Marc Gravell, Nick Craver
- 3 total downloads
- Latest version: 2.0.35
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
Dapper.ColumnMapper
by: Dapper.ColumnMapper
- 1 total downloads
- Latest version: 1.2.0
Simple extension to Dapper to allow arbitrary column to property mapping.
DotNet.Testcontainers
by: Andre Hofmeister and contributors
- 4 total downloads
- Latest version: 1.6.0-beta.2020
A lightweight library to run tests with throwaway instances of Docker containers.
EPPlus
by: EPPlus Software AB
- 1 total downloads
- Latest version: 8.5.3
A spreadsheet library for .NET framework and .NET core
Fable
by: Alfonso García-Caro Núñez
- 1 total downloads
- Latest version: 5.0.0-alpha.13
F# to JS compiler
FastEndpoints
by: FastEndpoints
- 0 total downloads
- Latest version: 5.2.1.13-beta
A light-weight REST Api framework for ASP.Net 6 that implements REPR (Request-Endpoint-Response) Pattern.
FastEndpoints.Attributes
by: FastEndpoints
- 7 total downloads
- Latest version: 8.2.0-beta.25
Attributes used by FastEndpoints.
FastEndpoints.Core
by: FastEndpoints
- 1 total downloads
- Latest version: 7.3.0-beta.12
Core service resolution and other shared functionality of FastEndpoints.
FastEndpoints.Messaging.Core
by: FastEndpoints
- 1 total downloads
- Latest version: 8.0.1
Core messaging interfaces used by FastEndpoints.
FluentMigrator.Abstractions
by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker
- 1 total downloads
- Latest version: 3.2.10
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
FluentValidation
by: Jeremy Skinner
- 1 total downloads
- Latest version: 6.4.0-beta3
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
GeoAPI.CoordinateSystems
by: NetTopologySuite Team
- 1 total downloads
- Latest version: 1.7.5-pre019
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
gherkin
by: aslakhellesoy
- 1 total downloads
- Latest version: 2.11.5
A fast lexer and parser for the Gherkin language based on Ragel
Grpc
by: Google Inc.
- 1 total downloads
- Latest version: 1.7.0
C# implementation of gRPC - an RPC library and framework. See project site for more info.
Grpc.AspNetCore.Server
by: The gRPC Authors
- 2 total downloads
- Latest version: 2.80.0
gRPC support for ASP.NET Core