dotConnect for Salesforce Marketing Cloud Documentation
Samples Overview

dotConnect for Salesforce Marketing Cloud goes with three sample projects for both C# and Visual Basic. They demonstrate working with dotConnect for Salesforce Marketing Cloud classes, components, and technologies. You can use the Devart dotConnect for Salesforce Marketing Cloud Start menu group to open samples in the language you prefer.

Sample Description
ConsoleDemo This sample project demonstrates using dotConnect for Salesforce Marketing Cloud in console applications. It shows how to get Salesforce Marketing Cloud data with ExactTargetDataReader and ExactTargetDataAdapter components, how to access Salesforce Marketing Cloud metadata via INFORMATION SCHEMA tables. As the connection string parameters are hardcoded in this sample, you need to replace sample user name, password, and security token with your actual Salesforce Marketing Cloud user account login parameters before running the sample.
WebFormsDemo This sample project demonstrates using dotConnect for Salesforce Marketing Cloud in web projects. It allows you to edit data of the Salesforce Marketing Cloud table. You can view, add, delete, update records.
WinFormsDemo This sample project demonstrates working with Salesforce Marketing Cloud data in a Windows Forms application. It allows you to edit data of the Email Salesforce Marketing Cloud table. You can view, add, delete, update records.