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.
AWSSDK.SQS
by: Amazon Web Services
- 4 total downloads
- Latest version: 4.0.100.14
Amazon Simple Queue Service (SQS) is a fast, reliable, scalable, fully managed message queuing service. SQS makes it simple and cost-effective to decouple the components of a cloud application.
BouncyCastle
by: Bouncy Castle Project Contributors
- 9 total downloads
- Latest version: 1.8.9
The Bouncy Castle Crypto package is a C# implementation of cryptographic algorithms and protocols, it was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [http://www.bouncycastle.org](http://www.bouncycastle.org). In addition to providing basic cryptography algorithms, the package also provides support for CMS, TSP, X.509 certificate generation and a variety of other standards such as OpenPGP.
Dapper
by: Sam Saffron Marc Gravell
- 35 total downloads
- Latest version: 1.42.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
DocumentFormat.OpenXml
by: Microsoft
- 19 total downloads
- Latest version: 2.14.0-beta0001
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as:
- High-performance generation of word-processing documents, spreadsheets, and presentations.
- Populating content in Word files from an XML data source.
- Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file.
- Extraction of data from Excel documents.
- Searching and replacing content in Word/PowerPoint using regular expressions.
- Updating cached data and embedded spreadsheets for charts in Word/PowerPoint.
- Document modification, such as removing tracked revisions or removing unacceptable content from documents.
EFCore.BulkExtensions.SqlServer
by: borisdj
- 1 total downloads
- Latest version: 6.6.3
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server
EntityFramework
by: Microsoft
- 66 total downloads
- Latest version: 6.6.0-preview1-final
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
FastMember
by: Marc Gravell
- 1 total downloads
- Latest version: 1.0.0.5
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.
Fractions
by: Daniel Mueller
- 3 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.
Google.Apis
by: Google Inc.
- 1 total downloads
- Latest version: 1.3.0-beta15233
Google APIs Client Library (Contact me whenever new versions are available!)
Google.Protobuf
by: Google Inc.
- 230 total downloads
- Latest version: 3.36.2
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc.AspNetCore
by: The gRPC Authors
- 118 total downloads
- Latest version: 2.84.0
gRPC meta-package for ASP.NET Core
Grpc.AspNetCore.Server
by: The gRPC Authors
- 115 total downloads
- Latest version: 2.84.0
gRPC support for ASP.NET Core
Grpc.AspNetCore.Server.ClientFactory
by: The gRPC Authors
- 76 total downloads
- Latest version: 2.84.0
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
Grpc.Auth
by: The gRPC Authors
- 142 total downloads
- Latest version: 2.84.0
gRPC C# Authentication Library
Grpc.Net.Client
by: The gRPC Authors
- 108 total downloads
- Latest version: 2.84.0
.NET client for gRPC
Grpc.Net.ClientFactory
by: The gRPC Authors
- 102 total downloads
- Latest version: 2.84.0
HttpClientFactory integration the for gRPC .NET client
Grpc.Net.Common
by: The gRPC Authors
- 106 total downloads
- Latest version: 2.84.0
Infrastructure for common functionality in gRPC
Grpc.Tools
by: The gRPC Authors
- 147 total downloads
- Latest version: 2.72.0
gRPC and Protocol Buffer compiler for C# projects