CommunityToolkit.HighPerformance
by: Microsoft.Toolkit
- 1 total downloads
- Latest version: 8.0.0-preview3
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: 1.7.0-RC4
Confluent's .NET Client for Apache Kafka
Cucumber.Messages
by: Cucumber Ltd, TechTalk
- 0 total downloads
- Latest version: 28.1.0
JSON schema-based messages for Cucumber's inter-process communication
Dapper
by: Sam Saffron, Marc Gravell, Nick Craver
- 1 total downloads
- Latest version: 1.50.0-beta2
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
Docker.DotNet.Enhanced
by: Docker.DotNet
- 0 total downloads
- Latest version: 3.128.5
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.LegacyHttp
by: Docker.DotNet.LegacyHttp
- 1 total downloads
- Latest version: 3.132.0
A Docker.DotNet transport implementation for HTTP(S) Docker Engine connections.
DotLiquid
by: Tim Jones, Alessandro Petrelli
- 2 total downloads
- Latest version: 2.0.84
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.
dotnet-ef
by: Microsoft
- 3 total downloads
- Latest version: 7.0.0-rc.1.22426.7
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
- 1 total downloads
- Latest version: 1.6.0-beta.2232
A lightweight library to run tests with throwaway instances of Docker containers.
EFCore.NamingConventions
by: Shay Rojansky
- 2 total downloads
- Latest version: 10.0.0-rc.2
Naming Conventions for Entity Framework Core Tables and Columns.
EPPlus
by: EPPlus Software AB
- 2 total downloads
- Latest version: 6.2.1
A spreadsheet library for .NET framework and .NET core
ErikEJ.SqlClient.Extensions
by: ErikEJ
- 1 total downloads
- Latest version: 1.0.2
Makes it easier to use Microsoft.Data.SqlClient with Dependency Injection and adds ILogger logging of SqlClient events.
FastEndpoints
by: FastEndpoints
- 7 total downloads
- Latest version: 8.0.1
A light-weight REST Api framework for ASP.Net 8 and newer that implements REPR (Request-Endpoint-Response) Pattern.
FastEndpoints.Attributes
by: FastEndpoints
- 2 total downloads
- Latest version: 5.4.1.7-beta
Attributes used by FastEndpoints.
FastEndpoints.Core
by: FastEndpoints
- 1 total downloads
- Latest version: 8.0.0
Core service resolution and other shared functionality of FastEndpoints.
FastEndpoints.JobQueues
by: FastEndpoints
- 1 total downloads
- Latest version: 8.0.0-beta.11
Command based background job queueing with scheduling and tracking for any .NET application
FastEndpoints.Messaging
by: FastEndpoints
- 1 total downloads
- Latest version: 7.2.0-beta.3
Standalone messaging library for Command Bus/Event Bus implementations compatible with any .NET application.
FastEndpoints.Messaging.Core
by: FastEndpoints
- 1 total downloads
- Latest version: 5.21.2.16-beta
Core messaging interfaces used by FastEndpoints.
FastEndpoints.Security
by: FastEndpoints
- 2 total downloads
- Latest version: 8.0.0-beta.12
Security library for FastEndpoints.