dotConnect for MailChimp is an ADO.NET provider for working with MailChimp data through the standard ADO.NET or Entity Framework interfaces. It allows you to easily integrate MailChimp data into your .NET applications, and integrate MailChimp services with widely used data-oriented technologies.
dotConnect for MailChimp has the same standard ADO.NET classes as other standard ADO.NET providers: MailChimpConnection, MailChimpCommand, MailChimpDataAdapter, MailChimpDataReader, MailChimpParameter, etc. This allows you quickly get started with it and eliminates the need to study any MailChimp data access specificities.
dotConnect for MailChimp allows you to access MailChimp data via Entity Framework - Microsoft's recommended data access technology. It supports Entity Framework v4, v5, and v6, and enables you to use the following Entity Framework features with MailChimp data:
*LINQ to Entities (no need for MailChimp API)
*Entity relations with lazy/eager loading
No need to post each edited/created object separately - a single SaveChanges() call to persist all the changed objects
dotConnect for MailChimp provides enhanced Entity Framework support for MailChimp data with a bundled visual designer for ORM models with Visual Studio integration - Entity Developer. Standard Visual Studio Entity Data Model designer is also supported.
* Connecting to MailChimp from Server Explorer
* MailChimp Data Binding
* Our provider offers full CRUD (Create, Read, Update, and Delete) support and allows you to get MailChimp data with SELECT statements and manage data with INSERT, UPDATE, and DELETE statements.
dotConnect for MailChimp allows you to access MailChimp data via Entity Framework - Microsoft's recommended data access technology.
No need to study and use complex MailChimp API, just use familiar SQL statements.
Download ADO.NET Provider for MailChimp 1.0 in