Autofac
by: Autofac Contributors
- 38 total downloads
- Latest version: 3.5.2
Base assemblies for the Autofac Inversion of Control Container
AutoMapper
by: Jimmy Bogard
- 75 total downloads
- Latest version: 6.2.2
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 designed for 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.
Bogus
by: Brian Chavez
- 59 total downloads
- Latest version: 34.0.2
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 Bogus to create UIs with fake data or seed databases. Get started by using Faker class or a DataSet directly.
Castle.Core
by: Castle Project Contributors
- 2 total downloads
- Latest version: 4.4.0
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
CommonServiceLocator
by: Microsoft.Practices.ServiceLocation
- 2 total downloads
- Latest version: 2.0.4
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
CsvHelper
by: Josh Close
- 35 total downloads
- Latest version: 3.0.0-beta2
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Elasticsearch.Net
by: Elasticsearch Inc. and contributors
- 10 total downloads
- Latest version: 1.8.3
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.
EmptyFiles
by: https://github.com/SimonCropp/EmptyFiles/graphs/contributors
- 13 total downloads
- Latest version: 2.8.0
A collection of minimal binary files.
EntityFramework
by: Microsoft
- 89 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.
EPPlus
by: EPPlus Software AB
- 102 total downloads
- Latest version: 6.0.3
A spreadsheet library for .NET framework and .NET core
EPPlus.System.Drawing
by: EPPlus.System.Drawing
- 3 total downloads
- Latest version: 6.0.0
Package Description
FluentValidation
by: Jeremy Skinner
- 9 total downloads
- Latest version: 5.4.0
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
Google.Apis
by: Google Inc.
- 58 total downloads
- Latest version: 1.10.1-rc1
The Google APIs Client Library is a runtime client for working with Google services.
The library supports service requests, media upload and download, etc.
Supported Platforms:
- .NET Framework 4
- Windows Store apps
- Windows Phone 8 and 8.1
- Portable Class Libraries
Google.Apis.Auth
by: Google Inc.
- 53 total downloads
- Latest version: 1.10.1-rc1
The Google APIs Client Library is a runtime client for working with Google services.
This package includes auth components like user-credential, authorization code flow, etc. for making authenticated calls using the OAuth2 spec.
Supported Platforms:
- .NET Framework 4
- Windows Store apps
- Windows Phone 8 and 8.1
- Portable Class Libraries
Google.Apis.Sheets.v4
by: Google LLC
- 8 total downloads
- Latest version: 1.57.0.2657
Google APIs Client Library for working with Sheets v4.
Supported Platforms:
- .NET Framework 4.5+
- .NET Standard 1.3 and .NET Standard 2.0; providing .NET Core support.
Legacy platforms:
- .NET Framework 4.0
- Windows 8 Apps
- Windows Phone 8.1
- Windows Phone Silverlight 8.0
Incompatible platforms:
- .NET Framework < 4.0
- Silverlight
- UWP (will build, but is known not to work at runtime)
- Xamarin
More documentation on the API is available at:
https://developers.google.com/api-client-library/dotnet/apis/sheets/v4
The package source code is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
log4net
by: The Apache Software Foundation
- 6 total downloads
- Latest version: 2.0.14
log4net is a tool to help the programmer output log statements to a variety of output targets.
In case of problems with an application, it is helpful to enable logging so that the problem
can be located. With log4net it is possible to enable logging at runtime without modifying the
application binary. The log4net package is designed so that log statements can remain in
shipped code without incurring a high performance cost. It follows that the speed of logging
(or rather not logging) is crucial.
At the same time, log output can be so voluminous that it quickly becomes overwhelming.
One of the distinctive features of log4net is the notion of hierarchical loggers.
Using these loggers it is possible to selectively control which log statements are output
at arbitrary granularity.
log4net is designed with two distinct goals in mind: speed and flexibility
MediatR
by: Jimmy Bogard
- 2 total downloads
- Latest version: 2.0.0-beta-003
Simple, unambitious mediator implementation in .NET
Microsoft.AspNetCore.Authentication
by: Microsoft
- 17 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.JwtBearer
by: Microsoft
- 75 total downloads
- Latest version: 2.0.0
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.
Microsoft.AspNetCore.Authentication.OAuth
by: Microsoft
- 19 total downloads
- Latest version: 2.0.0
ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.