Skip to content
| Marketplace
Sign in
Visual Studio>Controls>dotConnect for Magento
dotConnect for Magento

dotConnect for Magento

Devart Software

|
492 installs
| (0) | Free Trial
ADO.NET Provider for Magento with Entity Framework Support
Download

Connect Adobe Commerce (Magento) Data With .NET Application Easily

dotConnect for Adobe Commerce is an ADO.NET provider for working with Adobe Commerce (Magento) data through the standard ADO.NET or Entity Framework interfaces. It allows you to easily integrate Adobe Commerce (Magento) data into your .NET applications, and integrate Adobe Commerce (Magento) services with widely used data-oriented technologies.

dotConnect for Magento has the same standard ADO.NET classes as other standard ADO.NET providers: MagentoConnection, MagentoCommand, MagentoDataAdapter, MagentoDataReader, MagentoParameter, etc. This allows you quickly get started with it and eliminates the need to study any Magento data access specificities.

dotConnect for Adobe Commerce makes it simple to create .NET applications in C#, VB, or other languages, working with Adobe Commerce (Magento) data. It's powerful design-time editors together with seamless Visual Studio integration allow you to work with Adobe Commerce (Magento) data with less efforts and less code writing. See how easy it is with dotConnect for Adobe Commerce.

Features

  • Access live Adobe Commerce (Magento) store data
  • Perform aggregations & JOINs for data analysis
  • Encrypted connections protect your data
  • Improves performance by processing queries locally
  • Simplifies data access with Entity Framework integration
  • Design EF models visually in your IDE
  • Streamlines development with design-time features
  • Simplifies data access and manipulation in Visual Studio

Compatibility

The following table show which version of this package to use with which version of frameworks.

Frameworks Version support
Entity Framework Core 9, 8, 7, 6, 5, 3, 2, 1
.NET 9, 8, 7, 6, 5
.NET Core 3, 2, 1
.NET Framework 4.8, 4.7, 4.6, 4.5

More information here

Usage

To establish a connection to server you have to provide the required connection parameters to dotConnect for Magento. This information is used by MagentoConnection component to connect to Magento. The parameters are represented as a connection string. You can compose the connection string manually or have dotConnect for Magento construct it for you.

The following connection string parameters are required:

Domain - The address of your Magento store;

User Id - The user name to login with;

Service Version - Magento version to connect to - 1.x or 2.x. If you omit this parameter, dotConnect for Magento will try to connect, assuming that target is Magento 1.x;

API Key - An automatically generated key that is used for connecting to Magento 1.x. If you need to connect to Magento 2.x, use the Password parameter and specify your password instead;

Password - The password for your Magento 2.x account. If you need to connect to Magento 1.x, use the API Key parameter and specify your API Key instead.

magentoConnection.ConnectionString = "domain=192.168.10.68/magento;user=Test;apikey=testpassword;";

Read the full documentation for connection here.

Creating Connection in Server Explorer

To create a Server Explorer connection, you just need to:

1. Click Connect to Database on the Server Explorer toolbar 2. If the Adobe Commerce (Magento) Data Source is not selected by default, click the Change button. 3. Select Adobe Commerce (Magento) Data Source (dotConnect for Adobe Commerce) and click OK. 4. Specify the Adobe Commerce (Magento) API Path, your user id and authentication token.

Power of SQL

dotConnect for Adobe Commerce allows you to perform SQL queries against your Adobe Commerce (Magento) data. Use SQL statements to work with Adobe Commerce (Magento) accounts, contacts, leads, contracts, products, campaigns opportunities, and other objects.

Our provider offers full CRUD (Create, Read, Update, and Delete) support and allows you to get Adobe Commerce (Magento) data with SELECT statements and manage data with INSERT, UPDATE, and DELETE statements.

No need to study and use complex Adobe Commerce (Magento) API, just use familiar SQL statements. You may use complex JOINs, WHERE conditions, etc. - all the SQL benefits, not available with Adobe Commerce (Magento) API.

Entity Framework Support

dotConnect for Adobe Commerce allows you to access Adobe Commerce (Magento) data via Entity Framework - Microsoft's recommended data access technology. It supports Entity Framework and Entity Framework Core, and enables you to use the following Entity Framework features with Adobe Commerce (Magento) data:

  • LINQ to Entities (no need for Adobe Commerce (Magento) API)
  • Entity relations with lazy/eager loading
  • No need to post each edited/created object separately - a single SaveChanges() call to persist all the changed objects

dotConnect for Adobe Commerce provides enhanced Entity Framework support for Adobe Commerce (Magento) data with a bundled visual designer for ORM models with Visual Studio integration - Entity Developer. Standard Visual Studio Entity Data Model designer is also supported.

Adobe Commerce (Magento) Data Binding

  • Build your data access layer without writing code manually
  • Configure dotConnect for Adobe Commerce components in powerful design-time editors
  • Bind data grids and other controls to Adobe Commerce (Magento) data just by configuring the smart tags
  • Work with Adobe Commerce (Magento) data just like with a database

License

See pricing options for ordering.

Trial Limitations

The dotConnect for Adobe Commerce Evaluation License lets you try dotConnect for Adobe Commerce Trial Edition for a period of 30 days. You may not use applications developed using Trial versions of the Software for any commercial purposes.

Support Area

Documentation Request form Feedback page Product history

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft