Dynamicweb.Core 10.19.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Core --version 10.19.6
                    
NuGet\Install-Package Dynamicweb.Core -Version 10.19.6
                    
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.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Core" Version="10.19.6" />
                    
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.6
                    
#r "nuget: Dynamicweb.Core, 10.19.6"
                    
#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.6
                    
#: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.6
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Core&version=10.19.6
                    
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 595 10/7/2025
10.20.0-PreRelease 908 9/30/2025
10.19.7 719 10/7/2025
10.19.6 1,149 9/30/2025
10.19.5-PreRelease 897 9/22/2025
10.19.4-PreRelease 848 9/16/2025
10.19.3-PreRelease 600 9/9/2025
10.19.2-PreRelease 605 9/4/2025
10.19.1-PreRelease 626 9/2/2025
10.19.0-PreRelease 661 8/26/2025
10.18.11 732 10/7/2025
10.18.10 963 9/30/2025
10.18.9 1,118 9/22/2025
10.18.8 1,170 9/16/2025
10.18.7 802 9/9/2025
10.18.6 728 9/4/2025
10.18.5 1,006 9/2/2025
10.18.4 1,336 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 658 10/7/2025
10.17.11 1,067 9/30/2025
10.17.10 1,040 9/22/2025
10.17.9 1,020 9/16/2025
10.17.8 851 9/2/2025
10.17.7 807 8/26/2025
10.17.6 816 8/19/2025
10.17.5 897 8/12/2025
10.17.4 811 8/5/2025
10.17.3 1,181 7/22/2025
10.17.2 847 7/15/2025
10.17.1 937 7/8/2025
10.17.0 1,086 7/1/2025
10.16.12 1,075 9/22/2025
10.16.11 974 9/16/2025
10.16.10 691 9/9/2025
10.16.9 993 8/12/2025
10.16.8 837 8/5/2025
10.16.7 1,228 7/22/2025
10.16.6 997 7/1/2025
10.16.5 1,378 6/17/2025
10.16.4 1,120 6/12/2025
10.16.3 1,010 6/10/2025
10.16.2 859 6/4/2025
10.16.1 789 6/3/2025
10.16.0 1,286 5/27/2025
10.15.11 932 8/26/2025
10.15.10 963 8/5/2025
10.15.9 1,010 7/1/2025
10.15.8 810 6/24/2025
10.15.7 856 6/17/2025
10.15.6 929 6/3/2025
10.15.5 867 5/27/2025
10.15.4 1,030 5/20/2025
10.15.3 1,252 5/13/2025
10.15.2 1,002 5/13/2025
10.15.1 1,149 5/6/2025
10.15.0 1,254 4/29/2025
10.14.13 989 7/1/2025
10.14.12 777 6/24/2025
10.14.11 931 6/17/2025
10.14.10 1,058 5/20/2025
10.14.9 942 5/13/2025
10.14.8 968 5/13/2025
10.14.7 846 5/7/2025
10.14.6 756 5/6/2025
10.14.5 876 4/29/2025
10.14.4 1,064 4/22/2025
10.14.3 1,080 4/10/2025
10.14.2 983 4/8/2025
10.14.1 1,224 4/1/2025
10.14.0 1,777 3/25/2025
10.13.8 1,211 4/22/2025
10.13.7 863 4/10/2025
10.13.6 883 4/8/2025
10.13.5 860 4/1/2025
10.13.4 1,151 3/25/2025
10.13.3 1,456 3/18/2025
10.13.2 998 3/11/2025
10.13.1 1,462 3/4/2025
10.13.0 7,059 2/25/2025
10.12.7 1,356 3/11/2025
10.12.6 875 3/4/2025
10.12.5 777 2/25/2025
10.12.4 1,187 2/18/2025
10.12.3 980 2/12/2025
10.12.2 765 2/11/2025
10.12.1 1,008 2/4/2025
10.12.0 4,663 1/28/2025
10.11.8 1,191 2/25/2025
10.11.7 835 2/18/2025
10.11.6 893 2/12/2025
10.11.5 766 2/11/2025
10.11.4 789 2/4/2025
10.11.3 838 1/28/2025
10.11.2 2,708 1/21/2025
10.11.1 821 1/14/2025
10.11.0 1,235 1/7/2025
10.10.8 1,104 2/12/2025
10.10.7 722 2/11/2025
10.10.6 901 1/16/2025
10.10.5 735 1/14/2025
10.10.4 827 1/7/2025
10.10.3 1,141 12/17/2024
10.10.2 776 12/10/2024
10.10.1 878 12/3/2024
10.10.0 1,040 11/26/2024
10.9.9 1,010 1/14/2025
10.9.8 1,003 12/17/2024
10.9.7 770 12/10/2024
10.9.6 826 12/3/2024
10.9.5 787 11/27/2024
10.9.4 2,231 11/26/2024
10.9.3 1,015 11/19/2024
10.9.2 1,003 11/12/2024
10.9.1 855 11/5/2024
10.9.0 3,292 10/29/2024
10.8.14 777 1/14/2025
10.8.13 948 12/17/2024
10.8.12 853 12/10/2024
10.8.11 831 12/3/2024
10.8.10 1,078 11/26/2024
10.8.9 819 11/19/2024
10.8.8 776 11/12/2024
10.8.7 791 11/7/2024
10.8.6 774 11/5/2024
10.8.5 785 10/29/2024
10.8.4 847 10/22/2024
10.8.3 867 10/15/2024
10.8.2 830 10/8/2024
10.8.1 898 10/1/2024
10.8.0 11,026 9/24/2024
10.7.11 783 11/19/2024
10.7.10 773 11/19/2024
10.7.9 862 10/29/2024
10.7.8 760 10/22/2024
10.7.7 771 10/15/2024
10.7.6 800 10/8/2024
10.7.5 864 10/1/2024
10.7.4 729 9/24/2024
10.7.3 940 9/17/2024
10.7.2 972 9/10/2024
10.7.1 893 9/4/2024
10.7.0 2,747 8/27/2024
10.6.18 784 11/19/2024
10.6.17 748 11/19/2024
10.6.16 917 10/15/2024
10.6.15 761 10/8/2024
10.6.14 790 10/1/2024
10.6.13 855 9/24/2024
10.6.12 793 9/17/2024
10.6.11 814 9/3/2024
10.6.10 841 8/27/2024
10.6.9 1,470 8/20/2024
10.6.8 907 8/13/2024
10.6.7 779 8/6/2024
10.6.6 922 7/19/2024
10.6.5 791 7/16/2024
10.6.4 856 7/9/2024
10.6.3 1,080 7/2/2024
10.6.2 3,418 6/25/2024
10.5.14 907 10/1/2024
10.5.13 799 9/24/2024
10.5.12 843 8/21/2024
10.5.11 876 8/13/2024
10.5.10 698 8/6/2024
10.5.9 801 7/19/2024
10.5.8 820 7/16/2024
10.5.7 739 7/5/2024
10.5.6 780 7/1/2024
10.5.5 818 6/25/2024
10.5.4 875 6/18/2024
10.5.3 910 6/11/2024
10.5.2 849 6/4/2024
10.5.1 802 6/4/2024
10.5.0 1,378 5/28/2024
10.4.8 755 8/6/2024
10.4.7 799 6/25/2024
10.4.6 818 6/11/2024
10.4.5 775 6/4/2024
10.4.4 792 5/28/2024
10.4.3 820 5/21/2024
10.4.2 1,232 5/14/2024
10.4.1 1,035 5/7/2024
10.4.0 3,513 4/30/2024
10.3.10 715 8/6/2024
10.3.9 785 6/25/2024
10.3.8 881 5/21/2024
10.3.7 721 5/14/2024
10.3.6 856 5/7/2024
10.3.5 798 4/30/2024
10.3.4 883 4/23/2024
10.3.3 859 4/16/2024
10.3.2 854 4/11/2024
10.3.1 832 4/9/2024
10.3.0 1,309 4/2/2024
10.2.8 939 4/23/2024
10.2.7 815 4/16/2024
10.2.6 821 4/11/2024
10.2.5 828 4/9/2024
10.2.4 774 4/2/2024
10.2.3 894 3/26/2024
10.2.2 937 3/19/2024
10.2.1 984 3/12/2024
10.2.0 1,196 3/5/2024
10.1.12 856 4/11/2024
10.1.11 848 4/9/2024
10.1.10 805 4/2/2024
10.1.9 890 3/19/2024
10.1.8 850 3/13/2024
10.1.7 809 3/12/2024
10.1.6 844 3/5/2024
10.1.5 860 2/27/2024
10.1.4 1,105 2/20/2024
10.1.3 909 2/14/2024
10.1.2 869 2/7/2024
10.1.1 861 2/6/2024
10.1.0 974 1/30/2024
10.0.39 1,077 4/11/2024
10.0.38 994 4/2/2024
10.0.37 1,073 3/5/2024
10.0.36 1,062 2/27/2024
10.0.35 1,132 2/20/2024
10.0.34 1,401 2/14/2024
10.0.33 1,345 2/1/2024
10.0.32 1,464 1/24/2024
10.0.31 1,142 1/19/2024
10.0.30 1,162 1/18/2024
10.0.29 1,442 1/16/2024
10.0.28 1,484 1/16/2024
10.0.27 1,350 1/11/2024
10.0.26 1,434 12/19/2023
10.0.25 3,118 12/12/2023
10.0.24 2,838 12/5/2023
10.0.22 1,975 11/28/2023
10.0.21 3,259 11/23/2023
10.0.20 1,175 11/21/2023
10.0.19 2,290 11/14/2023
10.0.18 1,103 11/9/2023
10.0.17 2,006 11/2/2023
10.0.16 1,155 10/25/2023
10.0.15 1,502 10/19/2023
10.0.14 1,831 10/11/2023
10.0.13 1,426 9/27/2023
10.0.12 1,103 9/26/2023
10.0.11 26,395 9/22/2023
10.0.10 1,284 9/13/2023
10.0.9 3,078 8/30/2023
10.0.8 1,216 8/25/2023
10.0.7 1,475 8/22/2023
10.0.6 1,415 8/10/2023
10.0.5 1,676 8/2/2023
10.0.4 1,324 7/13/2023
10.0.3 1,679 7/5/2023
10.0.2 2,056 6/27/2023
10.0.1 1,405 6/20/2023
10.0.0 29,478 6/14/2023
4.1.2 894 7/10/2025
4.1.1 42,823 8/14/2023
4.1.0 37,011 2/6/2023
4.0.4 50,893 11/16/2022
4.0.3 85,756 7/8/2022
4.0.2 144,429 11/22/2021
4.0.1 10,897 11/9/2021
3.1.0 304,495 1/19/2021
3.0.5 59,281 11/12/2020
3.0.0 69,805 7/9/2020
2.14.1 78,853 4/6/2020
2.14.0 11,245 3/18/2020
2.13.1 46,147 2/21/2020
2.13.0 4,410 2/10/2020
2.12.1 11,593 2/7/2020
2.11.0 929 2/7/2020
2.10.0 21,525 12/20/2019
2.9.0 30,490 11/12/2019
2.8.0 35,203 9/5/2019
2.7.2 28,693 8/5/2019
2.7.1 9,181 7/10/2019
2.7.0 36,984 3/15/2019
2.6.0 27,340 3/15/2019
2.5.0 59,278 3/15/2019
2.4.1 17,218 3/15/2019
2.4.0 7,606 3/15/2019
2.3.1 83,095 3/15/2019
2.3.0 36,454 3/15/2019
2.2.0 58,814 3/15/2019
2.1.1 16,269 3/15/2019
2.1.0 83,977 3/15/2019
2.0.1 905 3/15/2019
2.0.0 7,649 3/15/2019
1.8.0 15,016 3/15/2019
1.7.1 911 3/15/2019
1.7.0 4,400 3/15/2019
1.6.0 935 3/15/2019
1.5.4 887 3/15/2019
1.5.2 3,104 3/15/2019
1.5.1 9,222 3/15/2019
1.5.0 903 3/15/2019
1.4.1 927 3/15/2019
1.4.0 898 3/15/2019
1.3.3 30,718 3/15/2019
1.3.2 23,400 3/15/2019
1.3.0 18,967 3/15/2019
1.1.1 102,593 3/15/2019
1.0.2 223,679 3/15/2019