Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a production grade SimpleDB .NET library? [closed]

  • Here you will find all the SimpleDB code samples on the AWS page.
  • Here you will find a VB.NET SimpleDB library.

Is there a production grade SimpleDB library, preferable built in C#. If not, May I use the VB.NET library on a C# project as a reference?

like image 748
Geo Avatar asked Oct 07 '09 17:10

Geo


3 Answers

Amazon just recently released the AWS SDK for .NET. It's a step up from their prior offerings as far as I've seen (though I'm admittedly very new to the AWS thus far.)

like image 139
Greg D Avatar answered Nov 09 '22 08:11

Greg D


Check out Mindscape's LightSpeed that supports SimpleDB ORM out of the box. They have a beta product called SimpleDB Management Tools for $29 USD that is in beta, but these guys produce great software so my suggestion would be to investigate and feedback to them.

The plus side is you get a great ORM for other uses.

like image 38
Scott McKenzie Avatar answered Nov 09 '22 08:11

Scott McKenzie


You may want to check out Simol, an open-source .NET persistence library designed specifically for SimpleDB (I'm the creator). The first release was several years ago, and it's in use by quite a few applications. I keep a partial list of the applications I know about here.

like image 4
Ashley Tate Avatar answered Nov 09 '22 09:11

Ashley Tate