Grpc.Core.Api
by: The gRPC Authors
- 27 total downloads
- Latest version: 2.67.0-pre1
gRPC C# Surface API
Google.Protobuf
by: Google Inc.
- 46 total downloads
- Latest version: 3.30.2
C# runtime library for Protocol Buffers - Google's data interchange format.
Elasticsearch.Net
by: Elasticsearch Inc. and contributors
- 5 total downloads
- Latest version: 1.9.1
Exposes all the api endpoints but leaves you in control of building the request and response bodies. Comes with built in cluster failover/connection pooling support.
FluentFTP
by: J.P. Trosclair Harsh Gupta
- 1 total downloads
- Latest version: 16.0.18
Easy to use FTP client supporting FTP, SSL and TLS
CacheManager.Core
by: MichaConrad
- 8 total downloads
- Latest version: 0.4.1
CacheManager is a common interface and abstraction layer for caching. It supports various cache providers / clients and includes advanced features like multiple layer caching, event handling, synchronization and statistics.
The Core library contains all base interfaces and tools.
You may also want to install one of the other CacheManager packages to get other cache handle implementations etc.
Fractions
by: Daniel Mueller
- 10 total downloads
- Latest version: 2.0.1
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
- 9 total downloads
- Latest version: 2.46.5
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
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
DotNetAnalyzers.PublicApiAnalyzer
by: Sam Harwell et. al.
- 2 total downloads
- Latest version: 1.0.0-beta.12
An analyzer for packages with public APIs.
BouncyCastle.NetCore
by: BouncyCastle
- 12 total downloads
- Latest version: 1.8.10
a BouncyCastle redist package include .Net Framework and .Net Core/ Standard support
Dapper
by: Sam Saffron Marc Gravell
- 72 total downloads
- Latest version: 1.42.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
Castle.Core
by: Castle Project Contributors
- 6 total downloads
- Latest version: 2.5.2
Castle Project Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
AsyncUsageAnalyzers
by: Sam Harwell et. al.
- 6 total downloads
- Latest version: 1.0.0-alpha003
A collection of analyzers related to best practices for writing asynchronous code.
AutoMapper
by: Jimmy Bogard
- 4 total downloads
- Latest version: 3.3.1
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is geared towards model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
Common.Logging
by: Aleksandar Seovic Mark Pollack Erich Eichinger
- 1 total downloads
- Latest version: 1.2.0
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
DotNetAnalyzers.PublicApiAnalyzer.Unstable
by: Sam Harwell et. al.
- 1 total downloads
- Latest version: 1.0.0.12
An analyzer for packages with public APIs.
AWSSDK.S3
by: Amazon Web Services
- 4 total downloads
- Latest version: 3.7.304.2
Amazon Simple Storage Service (Amazon S3), provides developers and IT teams with secure, durable, highly-scalable object storage.
Bogus
by: Brian Chavez
- 1 total downloads
- Latest version: 15.0.1
A simple and sane data generator for populating objects that supports different locales. A delightful port of the famed faker.js and inspired by FluentValidation. Use it to create and load databases and UIs with mock up data. Get started by using Faker class or a DataSet directly.