linq2dynamodb
- 65,578 total downloads
- last updated 12/9/2017
- Latest version: 2.4.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...
More information
- 12,964 total downloads
- last updated 12/9/2017
- Latest version: 2.4.0
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.
- 8,217 total downloads
- last updated 12/9/2017
- Latest version: 2.4.0
Implements caching in Redis (including AWS ElastiCache implementation) for Linq2DynamoDb.DataContext.
- 3,131 total downloads
- last updated 12/9/2017
- Latest version: 2.4.0
Implements caching in MemcacheD (including AWS ElastiCache implementation) for Linq2DynamoDb.DataContext.
- 2,627 total downloads
- last updated 12/9/2017
- Latest version: 2.4.0
A set of extensions to Linq2DynamoDb.DataContext for use in ASP.Net WebApi projects.