A Linq To SimpleDB provider that allows .net developers to easily query SimpleDB domains using Linq. Also provides a domain layer for SimpleDB to make it easy to interact with.
A context object is exposed that allows the developer to create and delete domains. Build up Items with attributes and then submit them back to SimpleDB. It uses a simple unit of work pattern where items are added using the context and then "SubmitChanges" is called which submits all items and attributes into the database.
Please see this post for more information on using the provider:
http://www.codethinked.com/post/2008/01/LinqToSimpleDB-Preview.aspx
More documentation will follow on the project site at:
http://www.codeplex.com/LinqToSimpleDB/
Please see this post for more information on using the provider:
http://www.codethinked.com/post/2008/01/LinqToSimpleDB-Preview.aspx
More documentation will follow on the project site at:
http://www.codeplex.com/LinqToSimpleDB/