FluentValidation by: Jeremy Skinner
  • 33 total downloads
  • Latest version: 11.9.2
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
DistributedLock.Redis by: Michael Adelson
  • 11 total downloads
  • Latest version: 1.0.3
  • distributed redis lock redlock
Provides distributed locking primitives based on Redis
DistributedLock.Core by: Michael Adelson
  • 12 total downloads
  • Latest version: 1.0.6
  • distributed lock async mutex reader writer semaphore
Core interfaces and utilities that support the DistributedLock.* family of packages
Elasticsearch.Net by: Elastic and contributors
  • 11 total downloads
  • Latest version: 7.17.5
  • elasticsearch elastic search lucene nest
Exposes all the Elasticsearch API endpoints but leaves you in control of building the request and response bodies. Comes with built in cluster failover/connection pooling support.
EasyCaching.Core by: ncc Catcher Wong
  • 51 total downloads
  • Latest version: 1.9.2
  • Caching Cache Distributed Memory Interceptor Hybrid ResponseCaching
EasyCaching is a open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
FluentStorage by: Robin Rodricks Ivan Gavryliuk FluentStorage Contributors
  • 16 total downloads
  • Latest version: 5.2.1
FluentStorage, originally known as Storage.NET, is a polycloud .NET cloud storage library to interface with multiple cloud providers from a single unified interface. Provides Blob storage (AWS S3, GCP, FTP, SFTP, Azure Blob/File/Event Hub/Data Lake) and Messaging (AWS SQS, Azure Queue/ServiceBus). Supports .NET 5+ and .NET Standard 2.0+. Pure C#. MIT license. Commercial use allowed.
FluentValidation.DependencyInjectionExtensions by: Jeremy Skinner
  • 30 total downloads
  • Latest version: 11.9.2
Dependency injection extensions for FluentValidation
EasyCaching.Extensions.EasyCompressor by: Mohammad Javad Ebrahimi
  • 2 total downloads
  • Latest version: 1.4.0
  • Compression Decompression Compress Decompress Compressor Zstd Zstandard LZMA LZ4 Snappy Brotli GZip Deflate EasyCaching Cache Caching Memory In-Memory Distributed DistributedCache Serialization MessagePack Json
A compressor upon EasyCaching serializers using EasyCompressor. This library is very useful for compressing cache data especially for distributed cache (such as Redis) to improve performance by reducing memory usage and network traffic and subsequently. EasyCaching is the best caching abstraction library which supports many providers and serializers. A compression library that implements many compression algorithms such as LZ4, Zstd, LZMA, Snappy, Brotli, GZip, and Deflate. It helps you to improve performance by reducing Memory Usage and Network Traffic for caching.
FreeRedis by: FreeRedis
  • 6 total downloads
  • Latest version: 1.2.7
  • FreeRedis redis-trib cluster rediscluster sentinel
FreeRedis is .NET redis client, supports cluster, sentinel, master-slave, pipeline, transaction and connection pool.
EasyCaching.HybridCache by: ncc Catcher Wong
  • 4 total downloads
  • Latest version: 1.9.2
  • Hybrid Synchronization LocalCache DistributedCache Caching
A simple hybrid caching provider combines local caching and distributed caching.
Dapper.Extensions.Caching.Redis by: Owen
  • 2 total downloads
  • Latest version: 5.0.0
  • Dapper Dapper Extensions DapperExtensions Dapper.Extensions.NetCore Extensions DataBase Sql Server MSSQL MySQL PostgreSQL SQLite ODBC Cahce Caching Redis Memory RedisCaching MemoryCaching
A dapper extension library. Support MySQL,SQL Server,PostgreSQL,SQLite and ODBC, Support cache.
FluentStorage.AWS by: Robin Rodricks Ivan Gavryliuk FluentStorage Contributors
  • 2 total downloads
  • Latest version: 5.2.3
Extension to FluentStorage providing integration with AWS S3 blob storage.
EasyCompressor by: Mohammad Javad Ebrahimi
  • 1 total downloads
  • Latest version: 1.4.0
  • Compression Decompression Compress Decompress Compressor Zstd Zstandard LZMA LZ4 Snappy Brotli GZip Deflate
A compression library that implements many compression algorithms such as LZ4, Zstd, LZMA, Snappy, Brotli, GZip, and Deflate. It helps you to improve performance by reducing Memory Usage and Network Traffic for caching.
EasyCompressor.LZ4 by: Mohammad Javad Ebrahimi
  • 5 total downloads
  • Latest version: 1.4.0
  • Compression Decompression Compress Decompress Compressor Zstd Zstandard LZMA LZ4 Snappy Brotli GZip Deflate
A compression library that implements many compression algorithms such as LZ4, Zstd, LZMA, Snappy, Brotli, GZip, and Deflate. It helps you to improve performance by reducing Memory Usage and Network Traffic for caching.
EasyCaching.InMemory by: ncc Catcher Wong
  • 2 total downloads
  • Latest version: 1.9.2
  • In-Memory LocalCache Caching Cache
A simple in-memory caching provider.
EasyCaching.Redis by: ncc Catcher Wong
  • 2 total downloads
  • Latest version: 1.9.2
  • Redis DistributedCache Caching Cache
A simple distributed caching provider based on StackExchange.Redis.
Fractions by: Daniel Mueller
  • 1 total downloads
  • Latest version: 7.2.1
  • fraction math
The fraction data type consists of two BigInteger values for numerator and denominator. It implements various operations (addition, subtraction, multiplication, division and remainder) with operator overloads.
FluentEmail.Smtp by: Luke Lowrey Ben Cull Github Contributors
  • 2 total downloads
  • Latest version: 3.0.2
  • email smtp fluent fluentemail
Now we're talking. Send emails via SMTP.
FluentFTP by: Robin Rodricks FluentFTP Contributors
  • 2 total downloads
  • Latest version: 44.0.1
  • ftp ftp-client ftps ftps-client ssl tls unix iis ftp-proxy
An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP transfers, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#, with no external dependencies.
EasyCaching.Serialization.MessagePack by: ncc Catcher Wong
  • 1 total downloads
  • Latest version: 1.9.2
  • Caching Serialization MessagePack
A serialize library based on MessagePack