dotConnect for Dynamics 365 Documentation
In This Topic
    Samples Overview
    In This Topic

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

    Sample Description
    ConsoleDemo This sample project demonstrates using dotConnect for Dynamics 365 in console applications. It shows how to get Dynamics 365 data with DynamicsDataReader and DynamicsDataAdapter components, how to access Dynamics 365 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 Dynamics 365 user account login parameters before running the sample.
    WebFormsDemo This sample project demonstrates using dotConnect for Dynamics 365 in web projects. It allows you to edit data of the Dynamics 365 table. You can view, add, delete, update records.
    WinFormsDemo This sample project demonstrates working with Dynamics 365 data in a Windows Forms application. It allows you to edit data of the Dynamics 365 table. You can view, add, delete, update records.