![]() |
VOOZH | about |
dotnet add package Devart.Data.ExactTarget --version 3.2.123
NuGet\Install-Package Devart.Data.ExactTarget -Version 3.2.123
<PackageReference Include="Devart.Data.ExactTarget" Version="3.2.123" />
<PackageVersion Include="Devart.Data.ExactTarget" Version="3.2.123" />Directory.Packages.props
<PackageReference Include="Devart.Data.ExactTarget" />Project file
paket add Devart.Data.ExactTarget --version 3.2.123
#r "nuget: Devart.Data.ExactTarget, 3.2.123"
#:package Devart.Data.ExactTarget@3.2.123
#addin nuget:?package=Devart.Data.ExactTarget&version=3.2.123Install as a Cake Addin
#tool nuget:?package=Devart.Data.ExactTarget&version=3.2.123Install as a Cake Tool
dotConnect for Salesforce Marketing Cloud is an ADO.NET provider for working with Salesforce Marketing Cloud data through the standard ADO.NET interfaces. It allows you to easily integrate Salesforce Marketing Cloud data into your .NET applications, and integrate Salesforce Marketing Cloud 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: ExactTargetConnection, ExactTargetCommand, ExactTargetDataAdapter, ExactTargetDataReader, ExactTargetParameter, etc. This allows you quickly get started with it and eliminates the need to study any Salesforce Marketing Cloud data access specificities.
More information at dotConnect for Salesforce Marketing Cloud.
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, 2 |
| .NET Framework | 4.8, 4.7, 4.6.2, 4.6.1 |
More information here
For projects, using general ADO.NET functionality of dotConnect for Salesforce Marketing Cloud, you need to install the Devart.Data.Salesforce Marketing Cloud package. Execute the following command in the Package Manager Console:
Install-Package Devart.Data.ExactTarget
For projects, using Entity Framework Core 3, 5, 6, 7, 8, 9, 10 with Salesforce Marketing Cloud, install the Devart.Data.ExactTarget.EFCore package.
See pricing options for ordering.
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.
In this example, a new instance of the ExactTargetConnection class (part of the Devart.Data.ExactTarget namespace) is created.
ExactTargetConnection.ConnectionString = "User=MyCompanyAdmin;Password=mypassword;url=https://webservice.s7.exacttarget.com/Service.asmx;";
Configuration File Snippet (appsettings.json):
{
"ConnectionStrings": {
"DefaultConnection": "User=MyCompanyAdmin;Password=mypassword;url=https://webservice.s7.exacttarget.com/Service.asmx;"
}
}
Dependency Injection of IConfiguration:
private readonly IConfiguration configuration;
public YourController(IConfiguration config)
{
configuration = config;
}
Retrieving a Connection String:
var connectionString = configuration.GetConnectionString("DefaultConnection");
var connection = new ExactTargetConnection(connectionString);
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 1 NuGet packages that depend on Devart.Data.ExactTarget:
| Package | Downloads |
|---|---|
|
Devart.Data.ExactTarget.EFCore
dotConnect for Salesforce Marketing Cloud is an ADO.NET provider for working with Salesforce Marketing Cloud (formerly ExactTarget) data through the standard ADO.NET interfaces. It allows you to easily integrate Salesforce Marketing Cloud data into your .NET applications, and integrate Salesforce Marketing Cloud 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: ExactTargetConnection, ExactTargetCommand, ExactTargetDataAdapter, ExactTargetDataReader, ExactTargetParameter, etc. This allows you quickly get started with it and eliminates the need to study any Salesforce Marketing Cloud data access specificities. More information at https://www.devart.com/dotconnect/exacttarget/ License See pricing options for ordering https://www.devart.com/dotconnect/exacttarget/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 Salesforce Marketing Cloud data. * SQL Engine: No need to study and use complex Salesforce Marketing Cloud API, just use familiar SQL statements. You may use complex JOINs, WHERE conditions, etc. - all the SQL benefits, not available with Salesforce Marketing Cloud API. * Support and updates: Enjoy dedicated support team for prompt issue resolution and regular updates to keep your software running smoothly and securely. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.2.123 | 69 | 6/17/2026 |
| 3.2.100 | 216 | 5/25/2026 |
| 3.1.72 | 196 | 4/23/2026 |
| 3.1.35 | 232 | 3/6/2026 |
| 3.1.33 | 233 | 2/24/2026 |
| 3.0.0 | 376 | 12/19/2025 |
| 2.3.290 | 267 | 7/30/2025 |
| 2.3.235 | 357 | 4/25/2025 |
| 2.3.193 | 367 | 2/11/2025 |
| 2.3.191 | 322 | 1/15/2025 |
| 2.3.190 | 342 | 12/27/2024 |
| 2.2.104 | 321 | 11/8/2024 |
| 2.2.21 | 328 | 6/6/2024 |
| 2.2.20 | 351 | 5/30/2024 |
| 2.1.10 | 378 | 1/18/2024 |
| 2.0.0 | 433 | 11/17/2023 |