CSRedisCore by: CSRedisCore
  • 119 total downloads
  • Latest version: 3.8.807
  • csredis redis-trib cluster redis c# 缓存壳 集群 哨兵 分区 负载
CSRedis 是 redis.io 官方推荐库,支持 redis-trib集群、哨兵、私有分区与连接池管理技术,简易 RedisHelper 静态类。
Czar.Rpc by: jinyancao
  • 52 total downloads
  • Latest version: 0.6.7
  • czar rpc tcp .netcore dotnetty AspectCore json
.netcore 基于dotnetty的rpc通讯框架。
Dapper by: Sam Saffron Marc Gravell Nick Craver
  • 294 total downloads
  • Latest version: 2.1.72
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
Consul by: PlayFab G-Research
  • 168 total downloads
  • Latest version: 1.8.0
  • Consul service discovery distributed locking health checking
Consul.NET is a .NET client library for the Consul HTTP API
Devart.Data.Oracle.EFCore by: Devart
  • 301 total downloads
  • Latest version: 11.1.35
  • Oracle Entity Framework Core EntityFramework EntityFrameworkCore EF EFCore entity-framework-core ORM O/RM Provider DB Data Access Connector Connect
dotConnect for Oracle is a high-performance ORM enabled data provider for Oracle and Oracle Cloud (DBaaS) that builds on ADO.NET technology. The provider works with .NET Frameworks 2.0+, .NET Core 2.0+, .NET 5+. It supports a wide range of Oracle-specific features, including different connection modes/protocols, data types, and optimized components for bulk data operations and database script handling. In Direct mode does not require Oracle Client Software and works directly through TCP/IP. Package provides advanced Visual Studio integration and convenient visual component editors to simplify component tweaking. More information at https://www.devart.com/dotconnect/oracle/ Key Features * Direct Mode: Allows your application to work with Oracle directly, without involving Oracle client library. * ASP.NET Core: Supports ASP.NET Core Identity. * Performance: Uses many Oracle-specific performance features & optimizations to ensure the highest performance. * Monitoring: Allows per-component tracing of database events with a free dbMonitor application. * Security: Supports various encryption ciphers, SSL and SSH connections, etc. * Support and updates: Enjoy dedicated support team for prompt issue resolution and regular updates to keep your software running smoothly and securely. License dotConnect for Oracle is available in several editions. The NuGet package initiates the retrieval of an activation key from the Devart website. This key is required to activate the product for a free trial.
Devart.Data.Oracle by: Devart
  • 283 total downloads
  • Latest version: 11.1.35
  • Oracle Database ADO.NET Provider DB Data Access Connector Connect .NET Core netcore adonet aspnetcore AspNet netframework fullframework
dotConnect for Oracle is a high-performance ORM enabled data provider for Oracle and Oracle Cloud (DBaaS) that builds on ADO.NET technology. The provider works with .NET Frameworks 2.0+, .NET Core 2.0+, .NET 5+. It supports a wide range of Oracle-specific features, including different connection modes/protocols, data types, and optimized components for bulk data operations and database script handling. In Direct mode does not require Oracle Client Software and works directly through TCP/IP. Package provides advanced Visual Studio integration and convenient visual component editors to simplify component tweaking. More information at https://www.devart.com/dotconnect/oracle/ Key Features * Direct Mode: Allows your application to work with Oracle directly, without involving Oracle client library. * ASP.NET Core: Supports ASP.NET Core Identity. * Performance: Uses many Oracle-specific performance features & optimizations to ensure the highest performance. * Monitoring: Allows per-component tracing of database events with a free dbMonitor application. * Security: Supports various encryption ciphers, SSL and SSH connections, etc. * Support and updates: Enjoy dedicated support team for prompt issue resolution and regular updates to keep your software running smoothly and securely. License dotConnect for Oracle is available in several editions. The NuGet package initiates the retrieval of an activation key from the Devart website. This key is required to activate the product for a free trial.
Devart.Data by: Devart
  • 256 total downloads
  • Latest version: 7.0.35
  • ADO.NET Provider Database DB DataAccess netcore
This package contains a common .NET Standard/.NET Core compatible assembly used by Devart’s dotConnect product line - a line of powerful ADO.NET providers for databases and cloud applications. dotConnect product line offers enhanced database connectivity solutions built over ADO.NET architecture and a development framework with advanced support for ORMs, such as Entity Framework and EF Core. Our ADO.NET providers are a complete solution for developing DB-related applications and web sites. They introduce new approaches for designing a data access layer and boosts the productivity of database application development. See more information about dotConnect product line at https://www.devart.com/dotconnect/
Confluent.Kafka by: Confluent Inc. Andreas Heider
  • 327 total downloads
  • Latest version: 2.14.0
  • Kafka Confluent librdkafka
Confluent's .NET Client for Apache Kafka
coverlet.collector by: tonerdo
  • 67 total downloads
  • Latest version: 6.0.4
  • 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.
DerConverter by: Wouter Huysentruit
  • 22 total downloads
  • Latest version: 3.0.0.82
DER/ASN.1 Converter
CsvHelper by: Josh Close
  • 681 total downloads
  • Latest version: 33.1.0
  • 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.
Core.System.Configuration.Install by: System.Configuration.Install
  • 23 total downloads
  • Latest version: 1.1.0
  • Install Component
Porting of System.Configuration.Install for .NET Core. (.NET 4.0 version)
Crc32.NET by: force
  • 17 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.
CommunityToolkit.HighPerformance by: Microsoft
  • 87 total downloads
  • Latest version: 8.4.2
  • 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.
DelegateDecompiler by: Alexander Zaytsev
  • 72 total downloads
  • Latest version: 0.35.3
  • LINQ computed-properties computedproperties decompiler decompilation computed properties expressions expression-tree IL
A library which is able to decompile a delegate or a method body to its lambda representation
Darabonba by: Alibaba Cloud
  • 13 total downloads
  • Latest version: 1.0.1
  • Alibaba Aliyun Dara Core SDK
Alibaba Cloud Dara Core SDK for .NET
DelegateDecompiler.EntityFramework by: Alexander Zaytsev
  • 64 total downloads
  • Latest version: 0.35.3
  • LINQ computed-properties computedproperties decompiler decompilation computed properties expressions expression-tree IL EF EntityFramework Entity-Framework
A library which is able to decompile a delegate or a method body to its lambda representation
CoreCompat.System.Drawing by: CoreCompat.System.Drawing
  • 4 total downloads
  • Latest version: 1.0.0-beta006
CoreCompat.System.Drawing
DeviceId by: Matthew King
  • 127 total downloads
  • Latest version: 6.11.0
  • deviceid unique device identifier
Provides functionality to generate a 'device ID' that can be used to uniquely identify a computer.
CronExpressionDescriptor by: Brady Holt
  • 281 total downloads
  • Latest version: 2.45.0
  • cron schedule quartz quartz.net cron expression
A library that converts cron expressions into human readable descriptions. Supports multiple languages including: English, Brazillian, Spanish, Norwgian, Turkish, Dutch, Chinese Simplified, Russian, French, German, Ukrainian, Persian (Farsi), Polish, Romanian, Italian, Swedish, Slovenian, Danish, Finnish, Greek, Kazakh and Japanese.