Dynamicweb.Core 10.19.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.19.1-PreRelease
                    
NuGet\Install-Package Dynamicweb.Core -Version 10.19.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.19.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.19.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.19.1-PreRelease
                    
#r "nuget: Dynamicweb.Core, 10.19.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.19.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.19.1-PreRelease&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Core&version=10.19.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.20.2-PreRelease 92 10/14/2025
10.20.1-PreRelease 789 10/7/2025
10.20.0-PreRelease 911 9/30/2025
10.19.8 144 10/14/2025
10.19.7 928 10/7/2025
10.19.6 1,199 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 627 9/2/2025
10.19.0-PreRelease 661 8/26/2025
10.18.12 126 10/14/2025
10.18.11 918 10/7/2025
10.18.10 970 9/30/2025
10.18.9 1,124 9/22/2025
10.18.8 1,178 9/16/2025
10.18.7 821 9/9/2025
10.18.6 734 9/4/2025
10.18.5 1,026 9/2/2025
10.18.4 1,424 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.13 130 10/14/2025
10.17.12 879 10/7/2025
10.17.11 1,080 9/30/2025
10.17.10 1,046 9/22/2025
10.17.9 1,026 9/16/2025
10.17.8 857 9/2/2025
10.17.7 816 8/26/2025
10.17.6 822 8/19/2025
10.17.5 906 8/12/2025
10.17.4 817 8/5/2025
10.17.3 1,187 7/22/2025
10.17.2 853 7/15/2025
10.17.1 944 7/8/2025
10.17.0 1,093 7/1/2025
10.16.12 1,107 9/22/2025
10.16.11 981 9/16/2025
10.16.10 698 9/9/2025
10.16.9 999 8/12/2025
10.16.8 844 8/5/2025
10.16.7 1,234 7/22/2025
10.16.6 1,003 7/1/2025
10.16.5 1,388 6/17/2025
10.16.4 1,127 6/12/2025
10.16.3 1,016 6/10/2025
10.16.2 869 6/4/2025
10.16.1 795 6/3/2025
10.16.0 1,293 5/27/2025
10.15.11 938 8/26/2025
10.15.10 985 8/5/2025
10.15.9 1,016 7/1/2025
10.15.8 816 6/24/2025
10.15.7 863 6/17/2025
10.15.6 935 6/3/2025
10.15.5 875 5/27/2025
10.15.4 1,040 5/20/2025
10.15.3 1,259 5/13/2025
10.15.2 1,009 5/13/2025
10.15.1 1,156 5/6/2025
10.15.0 1,260 4/29/2025
10.14.13 995 7/1/2025
10.14.12 783 6/24/2025
10.14.11 939 6/17/2025
10.14.10 1,064 5/20/2025
10.14.9 952 5/13/2025
10.14.8 974 5/13/2025
10.14.7 853 5/7/2025
10.14.6 762 5/6/2025
10.14.5 886 4/29/2025
10.14.4 1,071 4/22/2025
10.14.3 1,087 4/10/2025
10.14.2 990 4/8/2025
10.14.1 1,231 4/1/2025
10.14.0 1,786 3/25/2025
10.13.8 1,217 4/22/2025
10.13.7 869 4/10/2025
10.13.6 889 4/8/2025
10.13.5 866 4/1/2025
10.13.4 1,157 3/25/2025
10.13.3 1,462 3/18/2025
10.13.2 1,006 3/11/2025
10.13.1 1,468 3/4/2025
10.13.0 7,065 2/25/2025
10.12.7 1,362 3/11/2025
10.12.6 881 3/4/2025
10.12.5 785 2/25/2025
10.12.4 1,195 2/18/2025
10.12.3 987 2/12/2025
10.12.2 771 2/11/2025
10.12.1 1,016 2/4/2025
10.12.0 4,674 1/28/2025
10.11.8 1,197 2/25/2025
10.11.7 841 2/18/2025
10.11.6 900 2/12/2025
10.11.5 775 2/11/2025
10.11.4 795 2/4/2025
10.11.3 846 1/28/2025
10.11.2 2,718 1/21/2025
10.11.1 828 1/14/2025
10.11.0 1,246 1/7/2025
10.10.8 1,110 2/12/2025
10.10.7 728 2/11/2025
10.10.6 907 1/16/2025
10.10.5 744 1/14/2025
10.10.4 833 1/7/2025
10.10.3 1,147 12/17/2024
10.10.2 782 12/10/2024
10.10.1 884 12/3/2024
10.10.0 1,047 11/26/2024
10.9.9 1,017 1/14/2025
10.9.8 1,010 12/17/2024
10.9.7 778 12/10/2024
10.9.6 832 12/3/2024
10.9.5 794 11/27/2024
10.9.4 2,243 11/26/2024
10.9.3 1,022 11/19/2024
10.9.2 1,009 11/12/2024
10.9.1 861 11/5/2024
10.9.0 3,303 10/29/2024
10.8.14 783 1/14/2025
10.8.13 954 12/17/2024
10.8.12 860 12/10/2024
10.8.11 840 12/3/2024
10.8.10 1,096 11/26/2024
10.8.9 825 11/19/2024
10.8.8 786 11/12/2024
10.8.7 797 11/7/2024
10.8.6 781 11/5/2024
10.8.5 792 10/29/2024
10.8.4 853 10/22/2024
10.8.3 873 10/15/2024
10.8.2 837 10/8/2024
10.8.1 904 10/1/2024
10.8.0 11,039 9/24/2024
10.7.11 791 11/19/2024
10.7.10 781 11/19/2024
10.7.9 868 10/29/2024
10.7.8 767 10/22/2024
10.7.7 777 10/15/2024
10.7.6 807 10/8/2024
10.7.5 871 10/1/2024
10.7.4 735 9/24/2024
10.7.3 946 9/17/2024
10.7.2 980 9/10/2024
10.7.1 899 9/4/2024
10.7.0 2,756 8/27/2024
10.6.18 790 11/19/2024
10.6.17 755 11/19/2024
10.6.16 923 10/15/2024
10.6.15 767 10/8/2024
10.6.14 798 10/1/2024
10.6.13 863 9/24/2024
10.6.12 799 9/17/2024
10.6.11 820 9/3/2024
10.6.10 847 8/27/2024
10.6.9 1,479 8/20/2024
10.6.8 913 8/13/2024
10.6.7 786 8/6/2024
10.6.6 931 7/19/2024
10.6.5 798 7/16/2024
10.6.4 862 7/9/2024
10.6.3 1,087 7/2/2024
10.6.2 3,431 6/25/2024
10.5.14 913 10/1/2024
10.5.13 806 9/24/2024
10.5.12 850 8/21/2024
10.5.11 882 8/13/2024
10.5.10 704 8/6/2024
10.5.9 807 7/19/2024
10.5.8 826 7/16/2024
10.5.7 745 7/5/2024
10.5.6 787 7/1/2024
10.5.5 825 6/25/2024
10.5.4 881 6/18/2024
10.5.3 917 6/11/2024
10.5.2 855 6/4/2024
10.5.1 810 6/4/2024
10.5.0 1,386 5/28/2024
10.4.8 761 8/6/2024
10.4.7 805 6/25/2024
10.4.6 824 6/11/2024
10.4.5 781 6/4/2024
10.4.4 799 5/28/2024
10.4.3 827 5/21/2024
10.4.2 1,241 5/14/2024
10.4.1 1,043 5/7/2024
10.4.0 3,577 4/30/2024
10.3.10 721 8/6/2024
10.3.9 792 6/25/2024
10.3.8 887 5/21/2024
10.3.7 727 5/14/2024
10.3.6 862 5/7/2024
10.3.5 804 4/30/2024
10.3.4 891 4/23/2024
10.3.3 867 4/16/2024
10.3.2 860 4/11/2024
10.3.1 840 4/9/2024
10.3.0 1,316 4/2/2024
10.2.8 947 4/23/2024
10.2.7 821 4/16/2024
10.2.6 828 4/11/2024
10.2.5 835 4/9/2024
10.2.4 780 4/2/2024
10.2.3 900 3/26/2024
10.2.2 944 3/19/2024
10.2.1 991 3/12/2024
10.2.0 1,202 3/5/2024
10.1.12 863 4/11/2024
10.1.11 854 4/9/2024
10.1.10 812 4/2/2024
10.1.9 896 3/19/2024
10.1.8 856 3/13/2024
10.1.7 817 3/12/2024
10.1.6 850 3/5/2024
10.1.5 867 2/27/2024
10.1.4 1,113 2/20/2024
10.1.3 917 2/14/2024
10.1.2 875 2/7/2024
10.1.1 867 2/6/2024
10.1.0 980 1/30/2024
10.0.39 1,085 4/11/2024
10.0.38 1,001 4/2/2024
10.0.37 1,080 3/5/2024
10.0.36 1,068 2/27/2024
10.0.35 1,139 2/20/2024
10.0.34 1,408 2/14/2024
10.0.33 1,351 2/1/2024
10.0.32 1,470 1/24/2024
10.0.31 1,149 1/19/2024
10.0.30 1,170 1/18/2024
10.0.29 1,449 1/16/2024
10.0.28 1,491 1/16/2024
10.0.27 1,356 1/11/2024
10.0.26 1,441 12/19/2023
10.0.25 3,124 12/12/2023
10.0.24 2,844 12/5/2023
10.0.22 1,983 11/28/2023
10.0.21 3,267 11/23/2023
10.0.20 1,182 11/21/2023
10.0.19 2,299 11/14/2023
10.0.18 1,110 11/9/2023
10.0.17 2,028 11/2/2023
10.0.16 1,162 10/25/2023
10.0.15 1,510 10/19/2023
10.0.14 1,843 10/11/2023
10.0.13 1,433 9/27/2023
10.0.12 1,110 9/26/2023
10.0.11 26,592 9/22/2023
10.0.10 1,293 9/13/2023
10.0.9 3,104 8/30/2023
10.0.8 1,223 8/25/2023
10.0.7 1,483 8/22/2023
10.0.6 1,423 8/10/2023
10.0.5 1,683 8/2/2023
10.0.4 1,333 7/13/2023
10.0.3 1,686 7/5/2023
10.0.2 2,063 6/27/2023
10.0.1 1,412 6/20/2023
10.0.0 29,681 6/14/2023
4.1.2 953 7/10/2025
4.1.1 43,024 8/14/2023
4.1.0 37,140 2/6/2023
4.0.4 50,917 11/16/2022
4.0.3 85,770 7/8/2022
4.0.2 144,442 11/22/2021
4.0.1 10,907 11/9/2021
3.1.0 304,781 1/19/2021
3.0.5 59,368 11/12/2020
3.0.0 69,891 7/9/2020
2.14.1 79,050 4/6/2020
2.14.0 11,255 3/18/2020
2.13.1 46,213 2/21/2020
2.13.0 4,421 2/10/2020
2.12.1 11,604 2/7/2020
2.11.0 940 2/7/2020
2.10.0 21,536 12/20/2019
2.9.0 30,517 11/12/2019
2.8.0 35,231 9/5/2019
2.7.2 28,705 8/5/2019
2.7.1 9,191 7/10/2019
2.7.0 36,997 3/15/2019
2.6.0 27,363 3/15/2019
2.5.0 59,299 3/15/2019
2.4.1 17,232 3/15/2019
2.4.0 7,617 3/15/2019
2.3.1 83,145 3/15/2019
2.3.0 36,502 3/15/2019
2.2.0 58,855 3/15/2019
2.1.1 16,282 3/15/2019
2.1.0 83,991 3/15/2019
2.0.1 917 3/15/2019
2.0.0 7,679 3/15/2019
1.8.0 15,026 3/15/2019
1.7.1 924 3/15/2019
1.7.0 4,410 3/15/2019
1.6.0 946 3/15/2019
1.5.4 898 3/15/2019
1.5.2 3,115 3/15/2019
1.5.1 9,232 3/15/2019
1.5.0 913 3/15/2019
1.4.1 938 3/15/2019
1.4.0 908 3/15/2019
1.3.3 30,728 3/15/2019
1.3.2 23,410 3/15/2019
1.3.0 18,978 3/15/2019
1.1.1 102,613 3/15/2019
1.0.2 224,229 3/15/2019