Download
Requirements
You need to register for an Amazon Subscription Id (now called Access Key) to use the library. It is an essential step that will enable you to use Amazon services.
AmazonECS.Net is now compatible with the 2.0 .net framework. Please contact me if you have any questions or comments.
Donations
If you use and like AmazonECS.Net, please consider making a donations
Requirements
You Can Contribute!
There many ways you can contribute to the development of AmazonECS.Net. Just let us know!
- Write HOWTOs for the library
- Submit bug reports
- Suggest new features
- Write some documentation
- Post an article on your blog
Donations are also extremely appreciated! Use the Paypal button at the bottom of the page.
You need to register for an Amazon Subscription Id (now called Access Key) to use the library. It is an essential step that will enable you to use Amazon services.
Packages
The latest version is 0.3 and is available in two different packages.
- Full package
Includes compiled .dll, source code, documentation and complete demo. - Light package
Includes compiled .dll and and Visual Studio xml documentation
Changes
Version 0.3 (2006-10-02)
- AmazonECS.Net now uses .net framework 2.0
- Added support for all locales in Amazon ECS. Current locales are: amazon.ca, amazon.de, amazon.fr, amazon.jp, amazon.co.uk and amazon.com.
- Based on the WSDL released on 2006-09-13
- A few bugs have been fixed
Version 0.2 (2005-10-23)
- Caching is now optional for every request (except CartRequest which never uses cache).
- Added CartId and HMAC properties to CartRequest. It no longer uses ASP.Net session variables.
- Support for the whole .Net environment. Caching only works with the ASP.Net cache though.
- Fixed bug in CartRequest.ModifyCart where an error was generated if only one item was in the cart and we were trying to specify a quantity of 0.
Version 0.1 (2005-10-13)
- First release of AmazonECS.Net
- Based on the WSDL for the US locale released on 2005-09-15
License
Copyright (C) 2006, Dominic Begin, Matizha (http://www.matizha.com)
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the names of Dominic Begin or Matizha nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
