I'm trying to write a C#/.NET application that can get results from Amazon's VoD service. I found this article:
Amazon API - Instant Video results
It suggests that I use the Amazon Product Advertising API to get this information. I have been looking at Amazon's getting started guide and various places around the internet and I am having no luck. A lot of the information seems to be way out of date. It looks like the latest API version is Aug 2011. Maybe of the examples are way before that.
Are there any up-to-date examples of how to use this API from C# (VB.NET will be fine as well)?