linq2dynamodb
- 70,700 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
- 14,318 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.
- 9,015 total downloads
- last updated 12/9/2017
- Latest version: 2.4.0
Implements caching in Redis (including AWS ElastiCache implementation) for Linq2DynamoDb.DataContext.
- 3,679 total downloads
- last updated 12/9/2017
- Latest version: 2.4.0
Implements caching in MemcacheD (including AWS ElastiCache implementation) for Linq2DynamoDb.DataContext.
- 3,117 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.