Linq2DynamoDb.DataContext 1.2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Linq2DynamoDb.DataContext --version 1.2.0.1
NuGet\Install-Package Linq2DynamoDb.DataContext -Version 1.2.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Linq2DynamoDb.DataContext" Version="1.2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Linq2DynamoDb.DataContext --version 1.2.0.1
#r "nuget: Linq2DynamoDb.DataContext, 1.2.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Linq2DynamoDb.DataContext as a Cake Addin
#addin nuget:?package=Linq2DynamoDb.DataContext&version=1.2.0.1

// Install Linq2DynamoDb.DataContext as a Cake Tool
#tool nuget:?package=Linq2DynamoDb.DataContext&version=1.2.0.1

Linq2DynamoDb.DataContext translates LINQ queries into corresponding DynamoDB Get/Query/Scan operations (trying to choose the most effective one) and stores query results in an in-memory cache (currently only MemcacheD/AWS ElastiCache is supported). When data is modified, it's saved both to DynamoDB and to cache. This mitigates another issue of DynamoDB: inconsistent reads (Get/Query operations can be consistent for a double price, Scan operations cannot). If Linq2DynamoDb.DataContext succeeds to load the data from cache, that data will for sure be of the latest version.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Linq2DynamoDb.DataContext:

Package Downloads
Linq2DynamoDb.AspNet.DataSource

A set of extensions to Linq2DynamoDb.DataContext for use in ASP.Net projects. Includes an ASP.Net DataSource implementation. Extends Linq2DynamoDb.DataContext to allow exposing it as an OData endpoint.

Linq2DynamoDb.DataContext.Caching.Redis

Implements caching in Redis (including AWS ElastiCache implementation) for Linq2DynamoDb.DataContext.

Linq2DynamoDb.DataContext.Caching.MemcacheD

Implements caching in MemcacheD (including AWS ElastiCache implementation) for Linq2DynamoDb.DataContext.

Linq2DynamoDb.WebApi.OData

A set of extensions to Linq2DynamoDb.DataContext for use in ASP.Net WebApi projects.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.4.0 203,518 12/9/2017
2.3.1 1,920 11/7/2017
2.3.0 4,305 3/3/2017
2.2.0 1,961 2/12/2017
2.1.0 2,836 2/2/2017
2.1.0-beta 2,960 1/31/2017
2.0.1 16,563 8/23/2016
2.0.0 17,520 2/28/2016
1.4.2.1 2,541 9/26/2015
1.4.1.1 1,755 9/6/2015
1.4.0 1,986 5/7/2015
1.3.2 1,799 1/17/2015
1.3.1 1,930 10/16/2014
1.3.0 1,866 7/19/2014
1.2.0.3 2,085 3/27/2014
1.2.0.1 1,674 3/27/2014