vote up 1 vote down star
1

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?

flag

69% accept rate

4 Answers

vote up 2 vote down

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.

link|flag
Just for info, SimpleDB Management Tools is now in full production release. – itowlson Oct 15 at 20:03
vote up 0 vote down

Amazon provides a C# version of their SimpleDB library at http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1133

But also: assuming you have Visual Studio or at least the .NET Framework SDK, you could compile Amazon's SimpleDB library as a DLL, then include the file and reference it in your C# project and that would work pretty much the same way.

link|flag
vote up 0 vote down

Here you will find a C# SimpleDB library

There's also an open source SimpleDB provider, which you can find here, which might come in handy.

link|flag
Have you used the SimpleDB provider (Linq2SQL), it looks like it has not been maintained. Any opinions? – Geo Oct 7 at 18:39
vote up 0 vote down

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.)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.