Dynamicweb.Core 10.19.7

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Core --version 10.19.7
                    
NuGet\Install-Package Dynamicweb.Core -Version 10.19.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.19.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Core" Version="10.19.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.19.7
                    
#r "nuget: Dynamicweb.Core, 10.19.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.19.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.19.7
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Core&version=10.19.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.20.1-PreRelease 484 10/7/2025
10.20.0-PreRelease 908 9/30/2025
10.19.7 592 10/7/2025
10.19.6 1,132 9/30/2025
10.19.5-PreRelease 897 9/22/2025
10.19.4-PreRelease 848 9/16/2025
10.19.3-PreRelease 598 9/9/2025
10.19.2-PreRelease 604 9/4/2025
10.19.1-PreRelease 626 9/2/2025
10.19.0-PreRelease 661 8/26/2025
10.18.11 615 10/7/2025
10.18.10 958 9/30/2025
10.18.9 1,114 9/22/2025
10.18.8 1,155 9/16/2025
10.18.7 787 9/9/2025
10.18.6 724 9/4/2025
10.18.5 1,001 9/2/2025
10.18.4 1,331 8/26/2025
10.18.3-PreRelease 593 8/19/2025
10.18.2-PreRelease 623 8/12/2025
10.18.1-PreRelease 678 8/7/2025
10.18.0-PreRelease 728 7/25/2025
10.17.12 527 10/7/2025
10.17.11 1,056 9/30/2025
10.17.10 1,036 9/22/2025
10.17.9 1,016 9/16/2025
10.17.8 844 9/2/2025
10.17.7 803 8/26/2025
10.17.6 812 8/19/2025
10.17.5 893 8/12/2025
10.17.4 807 8/5/2025
10.17.3 1,177 7/22/2025
10.17.2 843 7/15/2025
10.17.1 933 7/8/2025
10.17.0 1,082 7/1/2025
10.16.12 1,064 9/22/2025
10.16.11 970 9/16/2025
10.16.10 686 9/9/2025
10.16.9 988 8/12/2025
10.16.8 833 8/5/2025
10.16.7 1,224 7/22/2025
10.16.6 990 7/1/2025
10.16.5 1,371 6/17/2025
10.16.4 1,116 6/12/2025
10.16.3 1,006 6/10/2025
10.16.2 854 6/4/2025
10.16.1 785 6/3/2025
10.16.0 1,282 5/27/2025
10.15.11 926 8/26/2025
10.15.10 959 8/5/2025
10.15.9 1,006 7/1/2025
10.15.8 806 6/24/2025
10.15.7 852 6/17/2025
10.15.6 924 6/3/2025
10.15.5 863 5/27/2025
10.15.4 1,024 5/20/2025
10.15.3 1,248 5/13/2025
10.15.2 997 5/13/2025
10.15.1 1,145 5/6/2025
10.15.0 1,250 4/29/2025
10.14.13 985 7/1/2025
10.14.12 773 6/24/2025
10.14.11 926 6/17/2025
10.14.10 1,053 5/20/2025
10.14.9 938 5/13/2025
10.14.8 963 5/13/2025
10.14.7 842 5/7/2025
10.14.6 752 5/6/2025
10.14.5 869 4/29/2025
10.14.4 1,060 4/22/2025
10.14.3 1,073 4/10/2025
10.14.2 979 4/8/2025
10.14.1 1,219 4/1/2025
10.14.0 1,772 3/25/2025
10.13.8 1,205 4/22/2025
10.13.7 859 4/10/2025
10.13.6 879 4/8/2025
10.13.5 856 4/1/2025
10.13.4 1,147 3/25/2025
10.13.3 1,450 3/18/2025
10.13.2 994 3/11/2025
10.13.1 1,457 3/4/2025
10.13.0 7,054 2/25/2025
10.12.7 1,350 3/11/2025
10.12.6 871 3/4/2025
10.12.5 773 2/25/2025
10.12.4 1,182 2/18/2025
10.12.3 976 2/12/2025
10.12.2 761 2/11/2025
10.12.1 1,001 2/4/2025
10.12.0 4,653 1/28/2025
10.11.8 1,187 2/25/2025
10.11.7 831 2/18/2025
10.11.6 889 2/12/2025
10.11.5 762 2/11/2025
10.11.4 784 2/4/2025
10.11.3 833 1/28/2025
10.11.2 2,698 1/21/2025
10.11.1 817 1/14/2025
10.11.0 1,228 1/7/2025
10.10.8 1,100 2/12/2025
10.10.7 718 2/11/2025
10.10.6 897 1/16/2025
10.10.5 729 1/14/2025
10.10.4 823 1/7/2025
10.10.3 1,137 12/17/2024
10.10.2 770 12/10/2024
10.10.1 874 12/3/2024
10.10.0 1,036 11/26/2024
10.9.9 1,006 1/14/2025
10.9.8 999 12/17/2024
10.9.7 766 12/10/2024
10.9.6 819 12/3/2024
10.9.5 782 11/27/2024
10.9.4 2,220 11/26/2024
10.9.3 1,011 11/19/2024
10.9.2 998 11/12/2024
10.9.1 851 11/5/2024
10.9.0 3,283 10/29/2024
10.8.14 772 1/14/2025
10.8.13 944 12/17/2024
10.8.12 849 12/10/2024
10.8.11 827 12/3/2024
10.8.10 1,073 11/26/2024
10.8.9 813 11/19/2024
10.8.8 772 11/12/2024
10.8.7 787 11/7/2024
10.8.6 770 11/5/2024
10.8.5 781 10/29/2024
10.8.4 841 10/22/2024
10.8.3 862 10/15/2024
10.8.2 825 10/8/2024
10.8.1 892 10/1/2024
10.8.0 11,019 9/24/2024
10.7.11 779 11/19/2024
10.7.10 768 11/19/2024
10.7.9 858 10/29/2024
10.7.8 756 10/22/2024
10.7.7 767 10/15/2024
10.7.6 796 10/8/2024
10.7.5 858 10/1/2024
10.7.4 725 9/24/2024
10.7.3 936 9/17/2024
10.7.2 968 9/10/2024
10.7.1 888 9/4/2024
10.7.0 2,741 8/27/2024
10.6.18 780 11/19/2024
10.6.17 744 11/19/2024
10.6.16 913 10/15/2024
10.6.15 757 10/8/2024
10.6.14 785 10/1/2024
10.6.13 849 9/24/2024
10.6.12 788 9/17/2024
10.6.11 809 9/3/2024
10.6.10 836 8/27/2024
10.6.9 1,464 8/20/2024
10.6.8 902 8/13/2024
10.6.7 773 8/6/2024
10.6.6 917 7/19/2024
10.6.5 786 7/16/2024
10.6.4 851 7/9/2024
10.6.3 1,075 7/2/2024
10.6.2 3,405 6/25/2024
10.5.14 902 10/1/2024
10.5.13 794 9/24/2024
10.5.12 836 8/21/2024
10.5.11 871 8/13/2024
10.5.10 693 8/6/2024
10.5.9 796 7/19/2024
10.5.8 815 7/16/2024
10.5.7 734 7/5/2024
10.5.6 775 7/1/2024
10.5.5 812 6/25/2024
10.5.4 870 6/18/2024
10.5.3 905 6/11/2024
10.5.2 844 6/4/2024
10.5.1 797 6/4/2024
10.5.0 1,372 5/28/2024
10.4.8 747 8/6/2024
10.4.7 793 6/25/2024
10.4.6 811 6/11/2024
10.4.5 768 6/4/2024
10.4.4 787 5/28/2024
10.4.3 813 5/21/2024
10.4.2 1,225 5/14/2024
10.4.1 1,030 5/7/2024
10.4.0 3,497 4/30/2024
10.3.10 710 8/6/2024
10.3.9 779 6/25/2024
10.3.8 876 5/21/2024
10.3.7 716 5/14/2024
10.3.6 850 5/7/2024
10.3.5 793 4/30/2024
10.3.4 878 4/23/2024
10.3.3 853 4/16/2024
10.3.2 849 4/11/2024
10.3.1 826 4/9/2024
10.3.0 1,303 4/2/2024
10.2.8 933 4/23/2024
10.2.7 810 4/16/2024
10.2.6 815 4/11/2024
10.2.5 822 4/9/2024
10.2.4 767 4/2/2024
10.2.3 889 3/26/2024
10.2.2 932 3/19/2024
10.2.1 977 3/12/2024
10.2.0 1,191 3/5/2024
10.1.12 850 4/11/2024
10.1.11 841 4/9/2024
10.1.10 797 4/2/2024
10.1.9 885 3/19/2024
10.1.8 845 3/13/2024
10.1.7 804 3/12/2024
10.1.6 839 3/5/2024
10.1.5 854 2/27/2024
10.1.4 1,099 2/20/2024
10.1.3 904 2/14/2024
10.1.2 864 2/7/2024
10.1.1 856 2/6/2024
10.1.0 969 1/30/2024
10.0.39 1,072 4/11/2024
10.0.38 989 4/2/2024
10.0.37 1,068 3/5/2024
10.0.36 1,056 2/27/2024
10.0.35 1,126 2/20/2024
10.0.34 1,394 2/14/2024
10.0.33 1,340 2/1/2024
10.0.32 1,458 1/24/2024
10.0.31 1,136 1/19/2024
10.0.30 1,157 1/18/2024
10.0.29 1,437 1/16/2024
10.0.28 1,479 1/16/2024
10.0.27 1,344 1/11/2024
10.0.26 1,428 12/19/2023
10.0.25 3,113 12/12/2023
10.0.24 2,833 12/5/2023
10.0.22 1,970 11/28/2023
10.0.21 3,253 11/23/2023
10.0.20 1,170 11/21/2023
10.0.19 2,285 11/14/2023
10.0.18 1,098 11/9/2023
10.0.17 2,001 11/2/2023
10.0.16 1,150 10/25/2023
10.0.15 1,497 10/19/2023
10.0.14 1,826 10/11/2023
10.0.13 1,421 9/27/2023
10.0.12 1,098 9/26/2023
10.0.11 26,342 9/22/2023
10.0.10 1,278 9/13/2023
10.0.9 3,073 8/30/2023
10.0.8 1,211 8/25/2023
10.0.7 1,470 8/22/2023
10.0.6 1,410 8/10/2023
10.0.5 1,671 8/2/2023
10.0.4 1,317 7/13/2023
10.0.3 1,674 7/5/2023
10.0.2 2,050 6/27/2023
10.0.1 1,398 6/20/2023
10.0.0 29,422 6/14/2023
4.1.2 865 7/10/2025
4.1.1 42,719 8/14/2023
4.1.0 36,987 2/6/2023
4.0.4 50,863 11/16/2022
4.0.3 85,741 7/8/2022
4.0.2 144,414 11/22/2021
4.0.1 10,892 11/9/2021
3.1.0 304,470 1/19/2021
3.0.5 59,273 11/12/2020
3.0.0 69,800 7/9/2020
2.14.1 78,848 4/6/2020
2.14.0 11,240 3/18/2020
2.13.1 46,142 2/21/2020
2.13.0 4,405 2/10/2020
2.12.1 11,587 2/7/2020
2.11.0 924 2/7/2020
2.10.0 21,520 12/20/2019
2.9.0 30,485 11/12/2019
2.8.0 35,196 9/5/2019
2.7.2 28,688 8/5/2019
2.7.1 9,174 7/10/2019
2.7.0 36,978 3/15/2019
2.6.0 27,335 3/15/2019
2.5.0 59,272 3/15/2019
2.4.1 17,212 3/15/2019
2.4.0 7,599 3/15/2019
2.3.1 83,090 3/15/2019
2.3.0 36,448 3/15/2019
2.2.0 58,809 3/15/2019
2.1.1 16,263 3/15/2019
2.1.0 83,970 3/15/2019
2.0.1 900 3/15/2019
2.0.0 7,644 3/15/2019
1.8.0 15,011 3/15/2019
1.7.1 905 3/15/2019
1.7.0 4,395 3/15/2019
1.6.0 930 3/15/2019
1.5.4 882 3/15/2019
1.5.2 3,099 3/15/2019
1.5.1 9,217 3/15/2019
1.5.0 898 3/15/2019
1.4.1 921 3/15/2019
1.4.0 893 3/15/2019
1.3.3 30,713 3/15/2019
1.3.2 23,395 3/15/2019
1.3.0 18,962 3/15/2019
1.1.1 102,588 3/15/2019
1.0.2 223,674 3/15/2019