Devart.Data.MailChimp
3.2.100
Prefix Reserved
dotnet add package Devart.Data.MailChimp --version 3.2.100
NuGet\Install-Package Devart.Data.MailChimp -Version 3.2.100
<PackageReference Include="Devart.Data.MailChimp" Version="3.2.100" />
<PackageVersion Include="Devart.Data.MailChimp" Version="3.2.100" />
<PackageReference Include="Devart.Data.MailChimp" />
paket add Devart.Data.MailChimp --version 3.2.100
#r "nuget: Devart.Data.MailChimp, 3.2.100"
#:package Devart.Data.MailChimp@3.2.100
#addin nuget:?package=Devart.Data.MailChimp&version=3.2.100
#tool nuget:?package=Devart.Data.MailChimp&version=3.2.100
Advanced C# Connection Provider for Mailchimp
dotConnect for Mailchimp is an enterprise-grade ADO.NET data provider that enables .NET applications to access Mailchimp data using standard SQL statements—without the need for complex API knowledge or client libraries.
The provider works with .NET Frameworks, .NET Core, .NET.
It implements the full range of standard ADO.NET interfaces (MailChimpConnection, MailChimpCommand, MailChimpDataAdapter, MailChimpDataReader) and is compatible with ORM frameworks including Entity Framework Core, NHibernate, and Dapper.
More information at dotConnect for Mailchimp.
Installation
- Install the NuGet Package
Install-Package Devart.Data.MailChimp
- Activate license
- Free Trial License: Evaluate the full capabilities of dotConnect for Mailchimp in a non-commercial environment—ideal for development and testing. Start your free trial
- Commercial License: Deploy dotConnect for Mailchimp in commercial applications and access full technical support with a valid license. Purchase a license
Work with EF Core
For projects using Entity Framework Core with Mailchimp, install the Devart.Data.MailChimp.EFCore package.
Compatibility
The following table show which version of this package to use with which version of frameworks.
| Frameworks | Version support |
|---|---|
| .NET | 10, 9, 8, 7, 6, 5 |
| .NET Core | 3.1, 3.0, 2.2, 2.1, 2.0 |
| .NET Framework | 4.8, 4.7, 4.6.2, 4.6.1 |
More information here
Key Features
- SQL-Based Access: Execute familiar SQL queries (SELECT, INSERT, UPDATE, DELETE) directly on Mailchimp data—no need to study complex Mailchimp API endpoints.
- Full ADO.NET Compatibility: Implements standard ADO.NET interfaces including MailChimpConnection, MailChimpCommand, MailChimpDataAdapter, and MailChimpDataReader for seamless .NET integration.
- ORM Support: Compatible with Entity Framework Core, NHibernate, and Dapper, allowing use of your preferred data-access framework.
- Local SQL Engine: Supports SQL-92 standard with complex JOINs, WHERE conditions, and aggregations processed locally when the server does not support them.
- Advanced Security: Completed security audits and encrypted communication ensure safe access to your Mailchimp account data.
- Broad Platform Compatibility: Fully supports .NET Framework, .NET Core, .NET, ASP.NET Core, Blazor, and .NET MAUI.
- Visual Studio Integration: Connect to Mailchimp data directly from Visual Studio's data source tools and database explorer.
- Priority Support and Continuous Improvement: Backed by dedicated technical support and regular updates that deliver security enhancements, feature improvements, and long-term stability.
Usage
To help you get started quickly, here's a simple code example demonstrating how to connect to Mailchimp.
using Devart.Data.MailChimp;
namespace MailChimpConsoleApp
{
class Program
{
static void Main(string[] args)
{
string connectionString = "Authentication Type=OAuthInteractive;License key=**********";
try
{
using (MailChimpConnection connection = new MailChimpConnection(connectionString))
{
connection.Open();
Console.WriteLine("Connection successful.");
}
}
catch (Exception ex)
{
Console.WriteLine("An error occurred: " + ex.Message);
}
}
}
}
Basic Connection Strings
| Property | Meaning |
|---|---|
| Authentication Type | Specifies the authentication method. |
| APIKey | Specifies the Mailchimp API key for authentication. |
| ClientId | Specifies the OAuth Client ID. |
| ClientSecret | Specifies the OAuth Client Secret. |
| License Key | Specify your license key in this parameter. |
For more detailed tutorials, API reference, and advanced examples, visit our Getting Started guide.
Related Packages
Support Area
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Devart.Data.SqlShim (>= 3.2.100)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Devart.Data.MailChimp:
| Package | Downloads |
|---|---|
|
Devart.Data.MailChimp.EFCore
dotConnect for MailChimp is an ADO.NET provider for working with MailChimp data through the standard ADO.NET interfaces. It allows you to easily integrate MailChimp data into your .NET applications, and integrate MailChimp services with widely used data-oriented technologies. The provider works with .NET Frameworks 4.5+, .NET Core 2.0+, .NET 5+. It 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. More information at https://www.devart.com/dotconnect/mailchimp/ License See pricing options for ordering https://www.devart.com/dotconnect/mailchimp/ordering.html The NuGet package initiates the retrieval of an activation key from the Devart website. This key is required to activate the product for a free trial. Key Features * Easy Connection: Allows your .NET application to work with MailChimp data. * SQL Engine: No need to study and use complex MailChimp API, just use familiar SQL statements. You may use complex JOINs, WHERE conditions, etc. - all the SQL benefits, not available with MailChimp API. * Support and updates: Enjoy dedicated support team for prompt issue resolution and regular updates to keep your software running smoothly and securely. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.2.100 | 219 | 5/25/2026 |
| 3.1.72 | 223 | 4/23/2026 |
| 3.1.35 | 233 | 3/6/2026 |
| 3.1.33 | 234 | 2/24/2026 |
| 3.0.0 | 375 | 12/19/2025 |
| 2.3.290 | 263 | 7/30/2025 |
| 2.3.235 | 364 | 4/25/2025 |
| 2.3.193 | 328 | 2/11/2025 |
| 2.3.191 | 328 | 1/15/2025 |
| 2.3.190 | 314 | 12/27/2024 |
| 2.2.104 | 336 | 11/8/2024 |
| 2.2.21 | 366 | 6/6/2024 |
| 2.2.20 | 322 | 5/30/2024 |
| 2.1.10 | 366 | 1/18/2024 |
| 2.0.0 | 403 | 11/17/2023 |