Connect BigCommerce Data With .NET Application EasilydotConnect for BigCommerce is an ADO.NET provider for working with BigCommerce data through the standard ADO.NET or Entity Framework interfaces. It allows you to easily integrate BigCommerce data into your .NET applications, and integrate BigCommerce services with widely used data-oriented technologies. dotConnect for BigCommerce has the same standard ADO.NET classes as other standard ADO.NET providers: BigcommerceConnection, BigcommerceCommand, BigcommerceDataAdapter, BigcommerceDataReader, BigcommerceParameter, etc. This allows you quickly get started with it and eliminates the need to study any BigCommerce data access specificities. dotConnect for BigCommerce makes it simple to create .NET applications in C#, VB, or other languages, working with BigCommerce data. It's powerful design-time editors together with seamless Visual Studio integration allow you to work with BigCommerce data with less efforts and less code writing. See how easy it is with dotConnect for BigCommerce. Features
CompatibilityThe following table show which version of this package to use with which version of frameworks.
More information here UsageTo establish a connection to server you have to provide the required connection parameters to dotConnect for BigCommerce. This information is used by BigCommerceConnection component to connect to BigCommerce. The parameters are represented as a connection string. You can compose the connection string manually or have dotConnect for BigCommerce construct it for you. The following connection string parameters are required: Host - The API Path - the path where all XML requests to BigCommerce should be sent User Id - The user name to login with Authentication Token - An automatically generated key that is used for connecting to BigCommerce To get the Host, User Id, and Authentication Token parameters, sign in to BigCommerce in the browser, point to the Settings link in the bottom left corner of the page, and then in the Advanced Settings column click the Legacy API Settings link. After this, you can find all the necessary parameters in the opened Legacy API Account Details. Username corresponds to the User Id parameter, API Path - to the Host parameter, and API Token - to the Authentication Token parameter. This snippet directly configures a BigCommerce connection using a connection string.
Creating Connection in Server Explorer To create a Server Explorer connection, you just need to:
Power of SQLdotConnect for BigCommerce allows you to perform SQL queries against your BigCommerce data. Use SQL statements to work with BigCommerce 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 BigCommerce data with SELECT statements and manage data with INSERT, UPDATE, and DELETE statements. No need to study and use complex BigCommerce API, just use familiar SQL statements. You may use complex JOINs, WHERE conditions, etc. - all the SQL benefits, not available with BigCommerce API. Entity Framework SupportdotConnect for BigCommerce allows you to access Bigcommerce 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 BigCommerce data:
dotConnect for BigCommerce provides enhanced Entity Framework support for BigCommerce 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. Bigcommerce Data Binding
LicenseSee pricing options for ordering. Trial Limitations The dotConnect for BigCommerce Evaluation License lets you try dotConnect for BigCommerce 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 |