Linq2DynamoDb.DataContext
2.3.0
See the version list below for details.
dotnet add package Linq2DynamoDb.DataContext --version 2.3.0
NuGet\Install-Package Linq2DynamoDb.DataContext -Version 2.3.0
<PackageReference Include="Linq2DynamoDb.DataContext" Version="2.3.0" />
paket add Linq2DynamoDb.DataContext --version 2.3.0
#r "nuget: Linq2DynamoDb.DataContext, 2.3.0"
// Install Linq2DynamoDb.DataContext as a Cake Addin #addin nuget:?package=Linq2DynamoDb.DataContext&version=2.3.0 // Install Linq2DynamoDb.DataContext as a Cake Tool #tool nuget:?package=Linq2DynamoDb.DataContext&version=2.3.0
A type-safe data context for AWS DynamoDB with LINQ and in-memory caching support. Allows to combine DynamoDB's durability with cache speed and read consistency. 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. When data is modified, it's saved both to DynamoDB and to cache.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- AWSSDK.DynamoDBv2 (>= 3.3.2.1)
-
.NETStandard 1.6
- AWSSDK.DynamoDBv2 (>= 3.3.2.1)
- NETStandard.Library (>= 1.6.1)
- System.Linq.Queryable (>= 4.3.0)
- System.Runtime.Serialization.Formatters (>= 4.3.0)
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 | 239,832 | 12/9/2017 |
2.3.1 | 1,973 | 11/7/2017 |
2.3.0 | 4,366 | 3/3/2017 |
2.2.0 | 2,032 | 2/12/2017 |
2.1.0 | 3,061 | 2/2/2017 |
2.1.0-beta | 3,919 | 1/31/2017 |
2.0.1 | 16,755 | 8/23/2016 |
2.0.0 | 18,187 | 2/28/2016 |
1.4.2.1 | 2,593 | 9/26/2015 |
1.4.1.1 | 1,822 | 9/6/2015 |
1.4.0 | 2,042 | 5/7/2015 |
1.3.2 | 1,861 | 1/17/2015 |
1.3.1 | 1,988 | 10/16/2014 |
1.3.0 | 1,924 | 7/19/2014 |
1.2.0.3 | 2,149 | 3/27/2014 |
1.2.0.1 | 1,728 | 3/27/2014 |
SubmitChangesAsync(), WithFilterExpression() and ConfigureXXXOperation() methods.