AutoMapper
by: Jimmy Bogard
- 83 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
by: Amazon Web Services
- 4.329k total downloads
- Latest version: 2.3.55.2
This is the previous version 2 generation of the AWS SDK for .NET. The new version 3 of the AWS SDK for .NET uses separate packages for each service. For example Amazon S3 is in the AWSSDK.S3 package, Amazon SQS is in AWSSDK.SQS and Amazon DynamnoDB is in AWSSDK.DynamoDBv2.
Atalasoft.dotImage.Lib.x86
by: Atalasoft
- 1.499k total downloads
- Latest version: 11.5.0.7296
Lib contains a majority of the foundational classes for DotImage product. The package is used by other DotImage components.
Atalasoft.dotImage.x86
by: Atalasoft
- 1.553k total downloads
- Latest version: 11.5.0.7296
Start with this library in your applications that use images to save developer time and effort.
AWSSDK.CognitoIdentity
by: Amazon Web Services
- 20.801k total downloads
- Latest version: 4.0.0.11
Amazon Cognito is a service that makes it easy to save user data, such as app preferences or game state, in the AWS Cloud without writing any backend code or managing any infrastructure. With Amazon Cognito, you can focus on creating great app experiences instead of having to worry about building and managing a backend solution to handle identity management, network state, storage, and sync.
Audit.NET
by: Federico Colombo
- 948 total downloads
- Latest version: 7.1.3
Generate tracking information about an operation being executed.
Audit.NET.SqlServer
by: ThePirat
- 42 total downloads
- Latest version: 1.0.0.1
Sql Server DB provider for Audit.NET library
AWSSDK.Core
by: Amazon Web Services
- 21.131k total downloads
- Latest version: 4.0.0.15
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.CognitoIdentityProvider
by: Amazon Web Services
- 21.357k total downloads
- Latest version: 4.0.1.12
You can create a user pool in Amazon Cognito Identity to manage directories and users. You can authenticate a user to obtain tokens related to user identity and access policies. This API reference provides information about user pools in Amazon Cognito Identity, which is a new capability that is available as a beta.
bootstrap
by: The Bootstrap Authors
- 2.073k total downloads
- Latest version: 5.3.7
The most popular front-end framework for developing responsive, mobile first projects on the web.
bootstrap.TypeScript.DefinitelyTyped
by: Jason Jarrett
- 123 total downloads
- Latest version: 0.9.8
TypeScript Definitions (d.ts) for bootstrap. Generated based off the DefinitelyTyped repository [git commit: 49e00c423a63b6e5b00cf0105c5fe6a2ac57336b]. http://github.com/DefinitelyTyped
BouncyCastle
by: Bouncy Castle Project Contributors
- 456 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.
Bower
by: Twitter
- 257 total downloads
- Latest version: 1.3.11
Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat.
Bower runs over Git, and is package-agnostic. A packaged component can be made up of any type of asset, and use any type of transport (e.g., AMD, CommonJS, etc.).
-- Bundle Features --
This bundle works without Node.js and Git installations, so you can use js-restore on any build server (including cloud TFS) and don't commit external js files.
BuildBundlerMinifier
by: Mads Kristensen
- 3.951k total downloads
- Latest version: 3.2.449
Bundles and minifies CSS, JS and HTML files
AWSSDK.SecurityToken
by: Amazon Web Services
- 19.379k total downloads
- Latest version: 4.0.1.5
The AWS Security Token Service (AWS STS) enables you to provide trusted users with temporary credentials that provide controlled access to your AWS resources.
AWSSDK.DynamoDBv2
by: Amazon Web Services
- 22.868k total downloads
- Latest version: 4.0.2.1
Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale.
AWSSDK.S3
by: Amazon Web Services
- 22.741k total downloads
- Latest version: 4.0.4.2
Amazon Simple Storage Service (Amazon S3), provides developers and IT teams with secure, durable, highly-scalable object storage.
Azure.Messaging.EventGrid
by: Microsoft
- 76 total downloads
- Latest version: 4.22.0-beta.1
This library can be used to publish events to Azure Event Grid and to consume events delivered by EventGrid. It also defines the event schemas for the events published to EventGrid by various Azure services.
BouncyCastle.NetCore
by: BouncyCastle
- 167 total downloads
- Latest version: 1.8.10
a BouncyCastle redist package include .Net Framework and .Net Core/ Standard support
Bogus
by: Brian Chavez
- 23 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.