Grpc.Core.Api by: The gRPC Authors
  • 27 total downloads
  • Latest version: 2.67.0-pre1
  • gRPC RPC HTTP/2
gRPC C# Surface API
Elasticsearch.Net by: Elastic and contributors
  • 18 total downloads
  • Latest version: 6.0.2
  • elasticsearch elastic search lucene nest
Elasticsearch.Net
Google.Protobuf by: Google Inc.
  • 48 total downloads
  • Latest version: 3.30.2
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
FreeRedis by: FreeRedis
  • 85 total downloads
  • Latest version: 1.3.6
  • FreeRedis redis-trib cluster rediscluster sentinel
FreeRedis is .NET redis client, supports cluster, sentinel, master-slave, pipeline, transaction and connection pool.
FluentFTP by: Robin Rodricks FluentFTP Contributors
  • 35 total downloads
  • Latest version: 39.4.0
  • ftp ftp-client ftps ssl tls unix iis
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.
EasyCompressor.LZ4 by: Mohammad Javad Ebrahimi
  • 4 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.
Grpc.Net.Client by: The gRPC Authors
  • 20 total downloads
  • Latest version: 2.71.0-pre1
  • gRPC RPC HTTP/2
.NET client for gRPC
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
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.
FluentValidation by: Jeremy Skinner
  • 55 total downloads
  • Latest version: 8.6.3
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
Fractions by: Daniel Mueller
  • 19 total downloads
  • Latest version: 6.0.0
  • 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.
Grpc.Core by: The gRPC Authors
  • 27 total downloads
  • Latest version: 2.46.5
  • gRPC RPC HTTP/2
C# implementation of gRPC based on native gRPC C-core library. Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future. See https://grpc.io/blog/grpc-csharp-future/ for details.
EntityFramework by: Microsoft
  • 5 total downloads
  • Latest version: 6.4.4
  • Microsoft EntityFramework EF Database Data O/RM ADO.NET
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
GeoAPI by: NetTopologySuite - Team
  • 1 total downloads
  • Latest version: 1.7.1
  • OGC SFS NTS
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
EventStore.Client by: Event Store LLP
  • 42 total downloads
  • Latest version: 4.1.4
  • eventstore client
The client API for the Event Store. Get the open source or commercial versions of the Event Store server from https://eventstore.org/
EFCore.BulkExtensions by: borisdj
  • 5 total downloads
  • Latest version: 9.0.1
  • 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.PostgreSql by: borisdj
  • 1 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: 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.MySql by: borisdj
  • 1 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
FastMember.Signed by: Marc Gravell
  • 6 total downloads
  • Latest version: 1.3.0
  • Reflection Dynamic Member Access
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
FastMember by: Marc Gravell
  • 11 total downloads
  • Latest version: 1.3.0
  • Reflection Dynamic Member Access
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.