Dynamicweb.Core 10.20.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Core --version 10.20.7
                    
NuGet\Install-Package Dynamicweb.Core -Version 10.20.7
                    
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.20.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Core" Version="10.20.7" />
                    
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.20.7
                    
#r "nuget: Dynamicweb.Core, 10.20.7"
                    
#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.20.7
                    
#: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.20.7
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Core&version=10.20.7
                    
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.4-PreRelease 402 11/25/2025
10.21.3-PreRelease 1,026 11/18/2025
10.21.2-PreRelease 928 11/11/2025
10.21.1-PreRelease 875 11/5/2025
10.21.0-PreRelease 824 10/30/2025
10.20.8 461 11/25/2025
10.20.7 1,277 11/18/2025
10.20.6 1,122 11/11/2025
10.20.5 1,139 11/4/2025
10.20.4 1,163 10/28/2025
10.20.3-PreRelease 807 10/21/2025
10.20.2-PreRelease 779 10/14/2025
10.20.1-PreRelease 811 10/7/2025
10.20.0-PreRelease 923 9/30/2025
10.19.14 474 11/25/2025
10.19.13 1,128 11/18/2025
10.19.12 1,104 11/4/2025
10.19.11 891 10/28/2025
10.19.10 883 10/21/2025
10.19.9 1,018 10/16/2025
10.19.8 905 10/14/2025
10.19.7 967 10/7/2025
10.19.6 1,565 9/30/2025
10.19.5-PreRelease 911 9/22/2025
10.19.4-PreRelease 880 9/16/2025
10.19.3-PreRelease 685 9/9/2025
10.19.2-PreRelease 688 9/4/2025
10.19.1-PreRelease 706 9/2/2025
10.19.0-PreRelease 759 8/26/2025
10.18.16 457 11/25/2025
10.18.15 1,151 11/18/2025
10.18.14 1,111 11/4/2025
10.18.13 964 10/28/2025
10.18.12 929 10/14/2025
10.18.11 948 10/7/2025
10.18.10 988 9/30/2025
10.18.9 1,206 9/22/2025
10.18.8 1,275 9/16/2025
10.18.7 927 9/9/2025
10.18.6 827 9/4/2025
10.18.5 2,408 9/2/2025
10.18.4 1,642 8/26/2025
10.18.3-PreRelease 671 8/19/2025
10.18.2-PreRelease 697 8/12/2025
10.18.1-PreRelease 755 8/7/2025
10.18.0-PreRelease 738 7/25/2025
10.17.14 1,069 11/4/2025
10.17.13 1,056 10/14/2025
10.17.12 911 10/7/2025
10.17.11 1,158 9/30/2025
10.17.10 1,065 9/22/2025
10.17.9 1,077 9/16/2025
10.17.8 958 9/2/2025
10.17.7 927 8/26/2025
10.17.6 917 8/19/2025
10.17.5 1,013 8/12/2025
10.17.4 905 8/5/2025
10.17.3 1,210 7/22/2025
10.17.2 886 7/15/2025
10.17.1 971 7/8/2025
10.17.0 1,121 7/1/2025
10.16.12 1,240 9/22/2025
10.16.11 1,030 9/16/2025
10.16.10 792 9/9/2025
10.16.9 1,128 8/12/2025
10.16.8 935 8/5/2025
10.16.7 1,263 7/22/2025
10.16.6 1,145 7/1/2025
10.16.5 1,429 6/17/2025
10.16.4 1,182 6/12/2025
10.16.3 1,044 6/10/2025
10.16.2 899 6/4/2025
10.16.1 825 6/3/2025
10.16.0 1,325 5/27/2025
10.15.11 1,041 8/26/2025
10.15.10 1,120 8/5/2025
10.15.9 1,040 7/1/2025
10.15.8 842 6/24/2025
10.15.7 886 6/17/2025
10.15.6 963 6/3/2025
10.15.5 909 5/27/2025
10.15.4 1,077 5/20/2025
10.15.3 1,295 5/13/2025
10.15.2 1,055 5/13/2025
10.15.1 1,208 5/6/2025
10.15.0 1,290 4/29/2025
10.14.13 1,028 7/1/2025
10.14.12 801 6/24/2025
10.14.11 971 6/17/2025
10.14.10 1,098 5/20/2025
10.14.9 973 5/13/2025
10.14.8 995 5/13/2025
10.14.7 879 5/7/2025
10.14.6 784 5/6/2025
10.14.5 924 4/29/2025
10.14.4 1,094 4/22/2025
10.14.3 1,107 4/10/2025
10.14.2 1,016 4/8/2025
10.14.1 1,253 4/1/2025
10.14.0 1,866 3/25/2025
10.13.8 1,260 4/22/2025
10.13.7 884 4/10/2025
10.13.6 907 4/8/2025
10.13.5 885 4/1/2025
10.13.4 1,187 3/25/2025
10.13.3 1,505 3/18/2025
10.13.2 1,034 3/11/2025
10.13.1 1,493 3/4/2025
10.13.0 7,099 2/25/2025
10.12.7 1,395 3/11/2025
10.12.6 896 3/4/2025
10.12.5 814 2/25/2025
10.12.4 1,237 2/18/2025
10.12.3 1,014 2/12/2025
10.12.2 791 2/11/2025
10.12.1 1,040 2/4/2025
10.12.0 4,878 1/28/2025
10.11.8 1,222 2/25/2025
10.11.7 872 2/18/2025
10.11.6 921 2/12/2025
10.11.5 799 2/11/2025
10.11.4 813 2/4/2025
10.11.3 876 1/28/2025
10.11.2 2,948 1/21/2025
10.11.1 849 1/14/2025
10.11.0 1,286 1/7/2025
10.10.8 1,143 2/12/2025
10.10.7 750 2/11/2025
10.10.6 930 1/16/2025
10.10.5 768 1/14/2025
10.10.4 850 1/7/2025
10.10.3 1,181 12/17/2024
10.10.2 802 12/10/2024
10.10.1 908 12/3/2024
10.10.0 1,074 11/26/2024
10.9.9 1,051 1/14/2025
10.9.8 1,036 12/17/2024
10.9.7 800 12/10/2024
10.9.6 857 12/3/2024
10.9.5 814 11/27/2024
10.9.4 2,512 11/26/2024
10.9.3 1,059 11/19/2024
10.9.2 1,038 11/12/2024
10.9.1 891 11/5/2024
10.9.0 3,598 10/29/2024
10.8.14 804 1/14/2025
10.8.13 985 12/17/2024
10.8.12 884 12/10/2024
10.8.11 863 12/3/2024
10.8.10 1,169 11/26/2024
10.8.9 850 11/19/2024
10.8.8 810 11/12/2024
10.8.7 811 11/7/2024
10.8.6 802 11/5/2024
10.8.5 808 10/29/2024
10.8.4 880 10/22/2024
10.8.3 907 10/15/2024
10.8.2 870 10/8/2024
10.8.1 930 10/1/2024
10.8.0 11,176 9/24/2024
10.7.11 813 11/19/2024
10.7.10 807 11/19/2024
10.7.9 894 10/29/2024
10.7.8 795 10/22/2024
10.7.7 799 10/15/2024
10.7.6 834 10/8/2024
10.7.5 893 10/1/2024
10.7.4 763 9/24/2024
10.7.3 979 9/17/2024
10.7.2 1,004 9/10/2024
10.7.1 930 9/4/2024
10.7.0 2,818 8/27/2024
10.6.18 814 11/19/2024
10.6.17 778 11/19/2024
10.6.16 948 10/15/2024
10.6.15 786 10/8/2024
10.6.14 833 10/1/2024
10.6.13 889 9/24/2024
10.6.12 820 9/17/2024
10.6.11 847 9/3/2024
10.6.10 882 8/27/2024
10.6.9 1,540 8/20/2024
10.6.8 934 8/13/2024
10.6.7 806 8/6/2024
10.6.6 949 7/19/2024
10.6.5 826 7/16/2024
10.6.4 877 7/9/2024
10.6.3 1,109 7/2/2024
10.6.2 3,732 6/25/2024
10.5.14 926 10/1/2024
10.5.13 824 9/24/2024
10.5.12 894 8/21/2024
10.5.11 899 8/13/2024
10.5.10 723 8/6/2024
10.5.9 826 7/19/2024
10.5.8 845 7/16/2024
10.5.7 769 7/5/2024
10.5.6 807 7/1/2024
10.5.5 847 6/25/2024
10.5.4 900 6/18/2024
10.5.3 940 6/11/2024
10.5.2 870 6/4/2024
10.5.1 841 6/4/2024
10.5.0 1,407 5/28/2024
10.4.8 776 8/6/2024
10.4.7 823 6/25/2024
10.4.6 843 6/11/2024
10.4.5 802 6/4/2024
10.4.4 829 5/28/2024
10.4.3 843 5/21/2024
10.4.2 1,299 5/14/2024
10.4.1 1,071 5/7/2024
10.4.0 4,037 4/30/2024
10.3.10 744 8/6/2024
10.3.9 813 6/25/2024
10.3.8 903 5/21/2024
10.3.7 742 5/14/2024
10.3.6 881 5/7/2024
10.3.5 824 4/30/2024
10.3.4 908 4/23/2024
10.3.3 887 4/16/2024
10.3.2 890 4/11/2024
10.3.1 868 4/9/2024
10.3.0 1,337 4/2/2024
10.2.8 975 4/23/2024
10.2.7 839 4/16/2024
10.2.6 854 4/11/2024
10.2.5 857 4/9/2024
10.2.4 802 4/2/2024
10.2.3 926 3/26/2024
10.2.2 963 3/19/2024
10.2.1 1,015 3/12/2024
10.2.0 1,216 3/5/2024
10.1.12 884 4/11/2024
10.1.11 879 4/9/2024
10.1.10 830 4/2/2024
10.1.9 924 3/19/2024
10.1.8 878 3/13/2024
10.1.7 850 3/12/2024
10.1.6 873 3/5/2024
10.1.5 888 2/27/2024
10.1.4 1,159 2/20/2024
10.1.3 944 2/14/2024
10.1.2 899 2/7/2024
10.1.1 893 2/6/2024
10.1.0 1,001 1/30/2024
10.0.39 1,114 4/11/2024
10.0.38 1,025 4/2/2024
10.0.37 1,112 3/5/2024
10.0.36 1,091 2/27/2024
10.0.35 1,158 2/20/2024
10.0.34 1,437 2/14/2024
10.0.33 1,381 2/1/2024
10.0.32 1,493 1/24/2024
10.0.31 1,165 1/19/2024
10.0.30 1,194 1/18/2024
10.0.29 1,476 1/16/2024
10.0.28 1,516 1/16/2024
10.0.27 1,388 1/11/2024
10.0.26 1,477 12/19/2023
10.0.25 3,158 12/12/2023
10.0.24 2,869 12/5/2023
10.0.22 2,022 11/28/2023
10.0.21 3,299 11/23/2023
10.0.20 1,201 11/21/2023
10.0.19 2,309 11/14/2023
10.0.18 1,139 11/9/2023
10.0.17 2,051 11/2/2023
10.0.16 1,179 10/25/2023
10.0.15 1,536 10/19/2023
10.0.14 1,865 10/11/2023
10.0.13 1,447 9/27/2023
10.0.12 1,140 9/26/2023
10.0.11 30,562 9/22/2023
10.0.10 1,308 9/13/2023
10.0.9 3,122 8/30/2023
10.0.8 1,230 8/25/2023
10.0.7 1,503 8/22/2023
10.0.6 1,460 8/10/2023
10.0.5 1,709 8/2/2023
10.0.4 1,360 7/13/2023
10.0.3 1,700 7/5/2023
10.0.2 2,092 6/27/2023
10.0.1 1,439 6/20/2023
10.0.0 32,435 6/14/2023
4.1.2 1,343 7/10/2025
4.1.1 46,595 8/14/2023
4.1.0 38,104 2/6/2023
4.0.4 51,929 11/16/2022
4.0.3 86,311 7/8/2022
4.0.2 144,925 11/22/2021
4.0.1 11,011 11/9/2021
3.1.0 306,395 1/19/2021
3.0.5 59,839 11/12/2020
3.0.0 69,942 7/9/2020
2.14.1 79,188 4/6/2020
2.14.0 11,296 3/18/2020
2.13.1 46,315 2/21/2020
2.13.0 4,452 2/10/2020
2.12.1 11,645 2/7/2020
2.11.0 979 2/7/2020
2.10.0 21,580 12/20/2019
2.9.0 30,547 11/12/2019
2.8.0 35,307 9/5/2019
2.7.2 28,771 8/5/2019
2.7.1 9,233 7/10/2019
2.7.0 37,114 3/15/2019
2.6.0 27,495 3/15/2019
2.5.0 59,433 3/15/2019
2.4.1 17,305 3/15/2019
2.4.0 7,650 3/15/2019
2.3.1 83,407 3/15/2019
2.3.0 36,644 3/15/2019
2.2.0 59,076 3/15/2019
2.1.1 16,355 3/15/2019
2.1.0 84,099 3/15/2019
2.0.1 955 3/15/2019
2.0.0 7,710 3/15/2019
1.8.0 15,066 3/15/2019
1.7.1 958 3/15/2019
1.7.0 4,444 3/15/2019
1.6.0 979 3/15/2019
1.5.4 930 3/15/2019
1.5.2 3,142 3/15/2019
1.5.1 9,257 3/15/2019
1.5.0 938 3/15/2019
1.4.1 970 3/15/2019
1.4.0 933 3/15/2019
1.3.3 31,215 3/15/2019
1.3.2 23,665 3/15/2019
1.3.0 19,009 3/15/2019
1.1.1 102,821 3/15/2019
1.0.2 224,919 3/15/2019