CommunityToolkit.HighPerformance by: Microsoft
  • 98 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.
ComponentAce.Compression.Libs.zlib by: Jean-loup Gailly Mark Adler ComponentAce Eugene Bekker
  • 37 total downloads
  • Latest version: 1.0.4
  • zlib deflate
ZLIB.NET is a 100% managed version of ZLIB compression library which implements deflate and inflate compression algorithms. This is a .NET Core (.NET Standard) port of the zlib.net library from ComponentAce (http://www.componentace.com/zlib_.NET.htm).
Confluent.Kafka by: Confluent Inc. Andreas Heider
  • 288 total downloads
  • Latest version: 2.13.1
  • Kafka Confluent librdkafka
Confluent's .NET Client for Apache Kafka
Consul by: PlayFab G-Research
  • 155 total downloads
  • Latest version: 1.7.14.11
  • Consul service discovery distributed locking health checking
Consul.NET is a .NET client library for the Consul HTTP API
Crc32.NET by: force
  • 10 total downloads
  • Latest version: 1.2.0
  • crc32 crc-32 crc crc32c .NET
Fast version of Crc32 & Crc32C algorithms for .NET and .NET Core. It is up to 3x-5x times better than other "fast" implemenations. Code based on Crc32C.NET library.
Dapper by: Sam Saffron Marc Gravell Nick Craver
  • 266 total downloads
  • Latest version: 2.1.66
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
Darabonba by: Alibaba Cloud
  • 14 total downloads
  • Latest version: 1.0.1
  • Alibaba Aliyun Dara Core SDK
Alibaba Cloud Dara Core SDK for .NET
Ding.QRCode by: 丁川
  • 434 total downloads
  • Latest version: 1.1.8
  • 星尘 Ding.QRCode DotNetCore AspNetCore Core Ding ApplicationFramework QRCode
Ding.QRCode是基于.net core平台开发的应用框架中的二维码操作核心类库。
Ding.QRCode.ZXing by: 丁川
  • 433 total downloads
  • Latest version: 1.1.8
  • 星尘 Ding.QRCode.ZXing DotNetCore AspNetCore Core Ding ApplicationFramework QRCode
Ding.QRCode.ZXing是基于.net core平台开发的应用框架中的ZXing.Net二维码操作类库。
DnsClient by: MichaCo
  • 197 total downloads
  • Latest version: 1.8.0
  • dns client resolver servicediscovery
DnsClient.NET is a simple yet very powerful and high performance open source library for the .NET Framework to do DNS lookups
dotMorten.Microsoft.SqlServer.Types by: Morten Nielsen
  • 14 total downloads
  • Latest version: 2.5.0
  • SqlGeometry SqlGeography SqlHierarchy SqlServer UDT
Allows you to use SQL Server spatial SqlHierarchy types on a machine without SQL Server installed and decode these UDT types in any .NET Standard client
DotNetCore.CAP by: ncc savorboard
  • 574 total downloads
  • Latest version: 6.2.1
  • CAP EventBus MicroService
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.
DotNetCore.CAP.Dashboard by: ncc savorboard
  • 149 total downloads
  • Latest version: 5.2.0
  • CAP EventBus MicroService
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.
DotNetCore.CAP.Kafka by: ncc savorboard
  • 744 total downloads
  • Latest version: 6.2.1
  • CAP EventBus MicroService Kafka
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.
DotNetCore.CAP.SqlServer by: ncc savorboard
  • 519 total downloads
  • Latest version: 6.2.1
  • CAP EventBus MicroService SQL Server
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.
EFCore.BulkExtensions by: borisdj
  • 708 total downloads
  • Latest version: 10.0.0
  • EntityFrameworkCore Entity Framework Core .Net EFCore EF Core Bulk Batch Copy SqlBulkCopy Extensions Insert Update Delete Read Truncate SaveChanges SQLServer PostgreSQL MySQL SQLite
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server, PostgreSQL, MySQL, SQLite
EFCore.BulkExtensions.MySql by: borisdj
  • 5 total downloads
  • Latest version: 6.6.3
  • EntityFrameworkCore Entity Framework Core EFCore EF Core MySQL Bulk Batch Extensions Insert Update Delete Read Truncate SaveChanges
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on MySQL
EFCore.BulkExtensions.PostgreSql by: borisdj
  • 9 total downloads
  • Latest version: 6.6.3
  • EntityFrameworkCore Entity Framework Core EFCore EF Core PostgreSQL Bulk Batch Extensions Insert Update Delete Read Truncate SaveChanges
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on PostgreSQL
EFCore.BulkExtensions.Sqlite by: Respawnsive
  • 4 total downloads
  • Latest version: 5.0.17
  • EFCore BulkExtensions Fork : LightWeight and low dependencies (EFCore.SQLite Only and EFCore5/dotnet5)
Fork of EFCore BulkExtensions special Sqlite : lighter version and minimal dependencies (EFCore.SQLite Only and EFCore5.x/dotnet5)
EFCore.BulkExtensions.SQLite by: borisdj
  • 1 total downloads
  • Latest version: 6.6.3
  • EntityFrameworkCore Entity Framework Core EFCore EF Core SQLite Bulk Batch Extensions Insert Update Delete Read Truncate SaveChanges
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQLite
EFCore.BulkExtensions.SqlServer by: borisdj
  • 4 total downloads
  • Latest version: 6.6.3
  • EntityFrameworkCore Entity Framework Core EFCore EF Core SQL Server Bulk Batch Extensions Insert Update Delete Read Truncate SaveChanges
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server