Project DescriptionAn advanced C# interface to Amazon's SimpleDB service. Designed for ease of use and to mitigate some of the disadvantages inherent in SimpleDB (eventual consistency, special formatting for sorts and range queries, etc.)
Simple Savant builds on the Amazon
C# Library for SimpleDB to provide the following features:
- Mapping of object properties to SimpleDB attributes
- Formatting to support lexicographical sorts and searches
- Support for ADO.NET-style parameterized select operations
- Unlimited select results in a single call
- Transparent caching to mitigate effects of SimpleDB's eventual consistency model
- Automatic domain creation
The initial release includes compiled assemblies, API documentation, and sample code plus 100% unit test coverage and a substantial system test.
Read
this article for a brief introduction to working with Simple Savant.