Dynamicweb.Core 10.18.1-PreRelease

This is a prerelease version of Dynamicweb.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Core --version 10.18.1-PreRelease
                    
NuGet\Install-Package Dynamicweb.Core -Version 10.18.1-PreRelease
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Dynamicweb.Core" Version="10.18.1-PreRelease" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Core" Version="10.18.1-PreRelease" />
                    
Directory.Packages.props
<PackageReference Include="Dynamicweb.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Dynamicweb.Core --version 10.18.1-PreRelease
                    
#r "nuget: Dynamicweb.Core, 10.18.1-PreRelease"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Dynamicweb.Core@10.18.1-PreRelease
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Dynamicweb.Core&version=10.18.1-PreRelease&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Core&version=10.18.1-PreRelease&prerelease
                    
Install as a Cake Tool

Dynamicweb.Core

This 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.

Getting started

It is recommended to install a full solution by using our .NET project templates

Install Dynamicweb project templates

  1. Install the latest .NET SDK

  2. Open PowerShell or a terminal and install the latest version of the templates package:

    $ dotnet new install Dynamicweb.ProjectTemplates
    
  3. After this project templates have been installed, create a new project called 'myDynamicwebProject':

    $ dotnet new dw10-suite -n myDynamicwebProject
    
  4. Run the project

     $ cd myDynamicwebProject 
     $ dotnet run
    

Usage

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"];
    }
}

About DynamicWeb 10

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).

Documentation

To learn all about the requirements, installation, setup, configuration and implementation of Dynamicweb solutions, please refer to our documentation portal.

Feedback

Got any feedback or questions? Please head over to our community forum

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (138)

Showing the top 5 NuGet packages that depend on Dynamicweb.Core:

Package Downloads
Dynamicweb.Caching

Caching API

Dynamicweb

Dynamicweb main API

Dynamicweb.Configuration

Configuration API

Dynamicweb.Logging

Logging API

Dynamicweb.Indexing

API used for implementation of indexing, querying and storing of settings related to the search engine

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.21.2-PreRelease 461 11/11/2025
10.21.1-PreRelease 868 11/5/2025
10.21.0-PreRelease 817 10/30/2025
10.20.6 560 11/11/2025
10.20.5 1,072 11/4/2025
10.20.4 1,043 10/28/2025
10.20.3-PreRelease 801 10/21/2025
10.20.2-PreRelease 769 10/14/2025
10.20.1-PreRelease 805 10/7/2025
10.20.0-PreRelease 919 9/30/2025
10.19.12 1,029 11/4/2025
10.19.11 882 10/28/2025
10.19.10 874 10/21/2025
10.19.9 1,014 10/16/2025
10.19.8 892 10/14/2025
10.19.7 956 10/7/2025
10.19.6 1,420 9/30/2025
10.19.5-PreRelease 904 9/22/2025
10.19.4-PreRelease 877 9/16/2025
10.19.3-PreRelease 678 9/9/2025
10.19.2-PreRelease 683 9/4/2025
10.19.1-PreRelease 701 9/2/2025
10.19.0-PreRelease 756 8/26/2025
10.18.14 1,030 11/4/2025
10.18.13 957 10/28/2025
10.18.12 924 10/14/2025
10.18.11 943 10/7/2025
10.18.10 984 9/30/2025
10.18.9 1,169 9/22/2025
10.18.8 1,263 9/16/2025
10.18.7 922 9/9/2025
10.18.6 822 9/4/2025
10.18.5 1,910 9/2/2025
10.18.4 1,634 8/26/2025
10.18.3-PreRelease 668 8/19/2025
10.18.2-PreRelease 695 8/12/2025
10.18.1-PreRelease 752 8/7/2025
10.18.0-PreRelease 734 7/25/2025
10.17.14 974 11/4/2025
10.17.13 1,029 10/14/2025
10.17.12 905 10/7/2025
10.17.11 1,140 9/30/2025
10.17.10 1,060 9/22/2025
10.17.9 1,073 9/16/2025
10.17.8 952 9/2/2025
10.17.7 918 8/26/2025
10.17.6 910 8/19/2025
10.17.5 1,004 8/12/2025
10.17.4 901 8/5/2025
10.17.3 1,205 7/22/2025
10.17.2 879 7/15/2025
10.17.1 965 7/8/2025
10.17.0 1,117 7/1/2025
10.16.12 1,224 9/22/2025
10.16.11 1,027 9/16/2025
10.16.10 786 9/9/2025
10.16.9 1,121 8/12/2025
10.16.8 932 8/5/2025
10.16.7 1,259 7/22/2025
10.16.6 1,095 7/1/2025
10.16.5 1,425 6/17/2025
10.16.4 1,174 6/12/2025
10.16.3 1,034 6/10/2025
10.16.2 896 6/4/2025
10.16.1 820 6/3/2025
10.16.0 1,318 5/27/2025
10.15.11 1,035 8/26/2025
10.15.10 1,113 8/5/2025
10.15.9 1,036 7/1/2025
10.15.8 833 6/24/2025
10.15.7 879 6/17/2025
10.15.6 959 6/3/2025
10.15.5 907 5/27/2025
10.15.4 1,073 5/20/2025
10.15.3 1,290 5/13/2025
10.15.2 1,047 5/13/2025
10.15.1 1,202 5/6/2025
10.15.0 1,284 4/29/2025
10.14.13 1,023 7/1/2025
10.14.12 798 6/24/2025
10.14.11 964 6/17/2025
10.14.10 1,095 5/20/2025
10.14.9 969 5/13/2025
10.14.8 992 5/13/2025
10.14.7 874 5/7/2025
10.14.6 781 5/6/2025
10.14.5 920 4/29/2025
10.14.4 1,091 4/22/2025
10.14.3 1,102 4/10/2025
10.14.2 1,011 4/8/2025
10.14.1 1,250 4/1/2025
10.14.0 1,848 3/25/2025
10.13.8 1,256 4/22/2025
10.13.7 880 4/10/2025
10.13.6 904 4/8/2025
10.13.5 883 4/1/2025
10.13.4 1,182 3/25/2025
10.13.3 1,496 3/18/2025
10.13.2 1,029 3/11/2025
10.13.1 1,484 3/4/2025
10.13.0 7,093 2/25/2025
10.12.7 1,391 3/11/2025
10.12.6 894 3/4/2025
10.12.5 811 2/25/2025
10.12.4 1,228 2/18/2025
10.12.3 1,007 2/12/2025
10.12.2 787 2/11/2025
10.12.1 1,034 2/4/2025
10.12.0 4,812 1/28/2025
10.11.8 1,217 2/25/2025
10.11.7 865 2/18/2025
10.11.6 917 2/12/2025
10.11.5 795 2/11/2025
10.11.4 808 2/4/2025
10.11.3 870 1/28/2025
10.11.2 2,872 1/21/2025
10.11.1 845 1/14/2025
10.11.0 1,278 1/7/2025
10.10.8 1,139 2/12/2025
10.10.7 744 2/11/2025
10.10.6 925 1/16/2025
10.10.5 763 1/14/2025
10.10.4 844 1/7/2025
10.10.3 1,177 12/17/2024
10.10.2 795 12/10/2024
10.10.1 903 12/3/2024
10.10.0 1,066 11/26/2024
10.9.9 1,047 1/14/2025
10.9.8 1,028 12/17/2024
10.9.7 795 12/10/2024
10.9.6 854 12/3/2024
10.9.5 811 11/27/2024
10.9.4 2,429 11/26/2024
10.9.3 1,056 11/19/2024
10.9.2 1,034 11/12/2024
10.9.1 884 11/5/2024
10.9.0 3,522 10/29/2024
10.8.14 801 1/14/2025
10.8.13 982 12/17/2024
10.8.12 880 12/10/2024
10.8.11 860 12/3/2024
10.8.10 1,162 11/26/2024
10.8.9 846 11/19/2024
10.8.8 805 11/12/2024
10.8.7 808 11/7/2024
10.8.6 799 11/5/2024
10.8.5 805 10/29/2024
10.8.4 877 10/22/2024
10.8.3 904 10/15/2024
10.8.2 865 10/8/2024
10.8.1 925 10/1/2024
10.8.0 11,142 9/24/2024
10.7.11 810 11/19/2024
10.7.10 803 11/19/2024
10.7.9 891 10/29/2024
10.7.8 789 10/22/2024
10.7.7 795 10/15/2024
10.7.6 830 10/8/2024
10.7.5 887 10/1/2024
10.7.4 758 9/24/2024
10.7.3 974 9/17/2024
10.7.2 999 9/10/2024
10.7.1 928 9/4/2024
10.7.0 2,801 8/27/2024
10.6.18 811 11/19/2024
10.6.17 772 11/19/2024
10.6.16 943 10/15/2024
10.6.15 782 10/8/2024
10.6.14 830 10/1/2024
10.6.13 883 9/24/2024
10.6.12 817 9/17/2024
10.6.11 844 9/3/2024
10.6.10 872 8/27/2024
10.6.9 1,525 8/20/2024
10.6.8 931 8/13/2024
10.6.7 802 8/6/2024
10.6.6 947 7/19/2024
10.6.5 820 7/16/2024
10.6.4 873 7/9/2024
10.6.3 1,103 7/2/2024
10.6.2 3,638 6/25/2024
10.5.14 924 10/1/2024
10.5.13 822 9/24/2024
10.5.12 889 8/21/2024
10.5.11 896 8/13/2024
10.5.10 719 8/6/2024
10.5.9 822 7/19/2024
10.5.8 841 7/16/2024
10.5.7 763 7/5/2024
10.5.6 803 7/1/2024
10.5.5 842 6/25/2024
10.5.4 895 6/18/2024
10.5.3 934 6/11/2024
10.5.2 866 6/4/2024
10.5.1 835 6/4/2024
10.5.0 1,401 5/28/2024
10.4.8 773 8/6/2024
10.4.7 817 6/25/2024
10.4.6 839 6/11/2024
10.4.5 798 6/4/2024
10.4.4 827 5/28/2024
10.4.3 841 5/21/2024
10.4.2 1,282 5/14/2024
10.4.1 1,065 5/7/2024
10.4.0 3,856 4/30/2024
10.3.10 738 8/6/2024
10.3.9 808 6/25/2024
10.3.8 900 5/21/2024
10.3.7 738 5/14/2024
10.3.6 875 5/7/2024
10.3.5 820 4/30/2024
10.3.4 902 4/23/2024
10.3.3 885 4/16/2024
10.3.2 886 4/11/2024
10.3.1 864 4/9/2024
10.3.0 1,331 4/2/2024
10.2.8 972 4/23/2024
10.2.7 836 4/16/2024
10.2.6 852 4/11/2024
10.2.5 851 4/9/2024
10.2.4 798 4/2/2024
10.2.3 919 3/26/2024
10.2.2 957 3/19/2024
10.2.1 1,010 3/12/2024
10.2.0 1,213 3/5/2024
10.1.12 879 4/11/2024
10.1.11 872 4/9/2024
10.1.10 827 4/2/2024
10.1.9 919 3/19/2024
10.1.8 872 3/13/2024
10.1.7 842 3/12/2024
10.1.6 868 3/5/2024
10.1.5 885 2/27/2024
10.1.4 1,134 2/20/2024
10.1.3 940 2/14/2024
10.1.2 894 2/7/2024
10.1.1 887 2/6/2024
10.1.0 997 1/30/2024
10.0.39 1,110 4/11/2024
10.0.38 1,020 4/2/2024
10.0.37 1,107 3/5/2024
10.0.36 1,089 2/27/2024
10.0.35 1,154 2/20/2024
10.0.34 1,434 2/14/2024
10.0.33 1,376 2/1/2024
10.0.32 1,489 1/24/2024
10.0.31 1,163 1/19/2024
10.0.30 1,187 1/18/2024
10.0.29 1,469 1/16/2024
10.0.28 1,513 1/16/2024
10.0.27 1,385 1/11/2024
10.0.26 1,474 12/19/2023
10.0.25 3,155 12/12/2023
10.0.24 2,866 12/5/2023
10.0.22 2,017 11/28/2023
10.0.21 3,295 11/23/2023
10.0.20 1,197 11/21/2023
10.0.19 2,305 11/14/2023
10.0.18 1,135 11/9/2023
10.0.17 2,047 11/2/2023
10.0.16 1,174 10/25/2023
10.0.15 1,533 10/19/2023
10.0.14 1,863 10/11/2023
10.0.13 1,443 9/27/2023
10.0.12 1,135 9/26/2023
10.0.11 29,424 9/22/2023
10.0.10 1,305 9/13/2023
10.0.9 3,119 8/30/2023
10.0.8 1,227 8/25/2023
10.0.7 1,498 8/22/2023
10.0.6 1,455 8/10/2023
10.0.5 1,700 8/2/2023
10.0.4 1,358 7/13/2023
10.0.3 1,698 7/5/2023
10.0.2 2,089 6/27/2023
10.0.1 1,432 6/20/2023
10.0.0 31,751 6/14/2023
4.1.2 1,294 7/10/2025
4.1.1 45,405 8/14/2023
4.1.0 37,780 2/6/2023
4.0.4 51,618 11/16/2022
4.0.3 86,260 7/8/2022
4.0.2 144,854 11/22/2021
4.0.1 10,998 11/9/2021
3.1.0 306,046 1/19/2021
3.0.5 59,788 11/12/2020
3.0.0 69,931 7/9/2020
2.14.1 79,156 4/6/2020
2.14.0 11,284 3/18/2020
2.13.1 46,295 2/21/2020
2.13.0 4,442 2/10/2020
2.12.1 11,635 2/7/2020
2.11.0 967 2/7/2020
2.10.0 21,569 12/20/2019
2.9.0 30,538 11/12/2019
2.8.0 35,284 9/5/2019
2.7.2 28,750 8/5/2019
2.7.1 9,217 7/10/2019
2.7.0 37,080 3/15/2019
2.6.0 27,469 3/15/2019
2.5.0 59,422 3/15/2019
2.4.1 17,285 3/15/2019
2.4.0 7,640 3/15/2019
2.3.1 83,377 3/15/2019
2.3.0 36,634 3/15/2019
2.2.0 59,064 3/15/2019
2.1.1 16,343 3/15/2019
2.1.0 84,075 3/15/2019
2.0.1 945 3/15/2019
2.0.0 7,702 3/15/2019
1.8.0 15,055 3/15/2019
1.7.1 946 3/15/2019
1.7.0 4,432 3/15/2019
1.6.0 971 3/15/2019
1.5.4 920 3/15/2019
1.5.2 3,133 3/15/2019
1.5.1 9,248 3/15/2019
1.5.0 928 3/15/2019
1.4.1 959 3/15/2019
1.4.0 923 3/15/2019
1.3.3 31,203 3/15/2019
1.3.2 23,652 3/15/2019
1.3.0 19,000 3/15/2019
1.1.1 102,794 3/15/2019
1.0.2 224,894 3/15/2019