dotConnect for Magento Documentation
In This Topic
    Overview
    In This Topic

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

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