Core API containing contracts and system-wide base objects
License
—
Deps
14
Install Size
—
Vulns
✓ 0
Published
Mar 3, 2026
$ dotnet add package Dynamicweb.CoreThis package is the core base API for Dynamicweb and is referenced by most other Dynamicweb packages.
This package contains the APIs for base functionality like caching, database, diagnostics, logging, rendering, updates and much more.
It is recommended to install a full solution by using our .NET project templates
Install Dynamicweb project templates
Install the latest .NET SDK
Open PowerShell or a terminal and install the latest version of the templates package:
$ dotnet new install Dynamicweb.ProjectTemplates
After this project templates have been installed, create a new project called 'myDynamicwebProject':
$ dotnet new dw10-suite -n myDynamicwebProject
Run the project
$ cd myDynamicwebProject
$ dotnet run
This package contains a number of APIs for various core application features - i.e. getting data directly from the database.
var commandBuilder = new CommandBuilder();
commandBuilder.Add("SELECT * FROM [Page]");
using (var myReader = Database.CreateDataReader(commandBuilder))
{
while (myReader.Read())
{
var name = myReader["PageMenuText"];
}
}
Dynamicweb is a Unified Commerce Suite with standard integration to Microsoft Dynamics ERP
DynamicWeb 10 is PIM, eCommerce, CMS, and Marketing in one powerful and flexible Commerce Suite built from the ground up on the latest .NET technology with a composable MACH (Microservices, API-first, Cloud, Headless) based architecture.
With DynamicWeb 10 you can create omnichannel B2B, B2C or D2C commerce experiences that will increase conversions and simplify back-office tasks across all your brands and stores - all from one single platform.
The open integration framework gives you an advanced starting point that includes standard templates for integrating eCommerce with ERP systems like MS Dynamics (Business Central, Finance & Operations, NAV, and AX).
To learn all about the requirements, installation, setup, configuration and implementation of Dynamicweb solutions, please refer to our documentation portal.
Got any feedback or questions? Please head over to our community forum