Asp.NET mailchimp intergration

Posted: Μαΐου 11th, 2011 | Author: | Filed under: programming, web developement | Tags: , , | 3 Comments »

Here is basic usage of MailChimp API using ASP.NET and XmlRpc.

The «suggested» way of doing this is using a Wrapper like http://perceptivemcapi.codeplex.com/ .
But i wanted the ASP.NET controller for using with the Umbraco CMS and the version of a dll of the above controller conflicted with a dll from umbraco. So, i decided to do it using XmlRpc.
Continue reading “Asp.NET mailchimp intergration” »