tags:

views:

176

answers:

1

I'm trying to play around with the Amazon web service in C#, but I can't find any resources to help me get started. I only want to retrieve artwork for movies, books and films but the only guides I can find are for enterprise level applications and services. Does anyone have an idea where to look?

+2  A: 

Coding4fun has a good article explaining specifically the downloading of book-covers:

Coding4fun

Amazon does quite a good job of putting a community around their services:

Here is a specific example of accessing details of books in C# here

My main gripe with Amazon is that they keep changing the name of the service, it access books/cd's/etc it used to be the Amazom E Commerce Service but now seems to be called Amazon Associates Web Service.

Ray Hayes