Dynamicweb.Core 10.19.4-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.4-PreRelease
                    
NuGet\Install-Package Dynamicweb.Core -Version 10.19.4-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.4-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.4-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.4-PreRelease
                    
#r "nuget: Dynamicweb.Core, 10.19.4-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.4-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.4-PreRelease&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Core&version=10.19.4-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 488 10/14/2025
10.20.1-PreRelease 793 10/7/2025
10.20.0-PreRelease 912 9/30/2025
10.19.9 224 10/16/2025
10.19.8 591 10/14/2025
10.19.7 934 10/7/2025
10.19.6 1,204 9/30/2025
10.19.5-PreRelease 898 9/22/2025
10.19.4-PreRelease 849 9/16/2025
10.19.3-PreRelease 601 9/9/2025
10.19.2-PreRelease 606 9/4/2025
10.19.1-PreRelease 629 9/2/2025
10.19.0-PreRelease 662 8/26/2025
10.18.12 597 10/14/2025
10.18.11 922 10/7/2025
10.18.10 974 9/30/2025
10.18.9 1,132 9/22/2025
10.18.8 1,182 9/16/2025
10.18.7 830 9/9/2025
10.18.6 739 9/4/2025
10.18.5 1,054 9/2/2025
10.18.4 1,486 8/26/2025
10.18.3-PreRelease 594 8/19/2025
10.18.2-PreRelease 624 8/12/2025
10.18.1-PreRelease 679 8/7/2025
10.18.0-PreRelease 729 7/25/2025
10.17.13 550 10/14/2025
10.17.12 883 10/7/2025
10.17.11 1,105 9/30/2025
10.17.10 1,050 9/22/2025
10.17.9 1,030 9/16/2025
10.17.8 861 9/2/2025
10.17.7 822 8/26/2025
10.17.6 827 8/19/2025
10.17.5 910 8/12/2025
10.17.4 821 8/5/2025
10.17.3 1,191 7/22/2025
10.17.2 857 7/15/2025
10.17.1 948 7/8/2025
10.17.0 1,097 7/1/2025
10.16.12 1,136 9/22/2025
10.16.11 985 9/16/2025
10.16.10 704 9/9/2025
10.16.9 1,005 8/12/2025
10.16.8 848 8/5/2025
10.16.7 1,238 7/22/2025
10.16.6 1,012 7/1/2025
10.16.5 1,393 6/17/2025
10.16.4 1,133 6/12/2025
10.16.3 1,021 6/10/2025
10.16.2 873 6/4/2025
10.16.1 799 6/3/2025
10.16.0 1,297 5/27/2025
10.15.11 942 8/26/2025
10.15.10 992 8/5/2025
10.15.9 1,020 7/1/2025
10.15.8 820 6/24/2025
10.15.7 868 6/17/2025
10.15.6 938 6/3/2025
10.15.5 880 5/27/2025
10.15.4 1,044 5/20/2025
10.15.3 1,267 5/13/2025
10.15.2 1,019 5/13/2025
10.15.1 1,165 5/6/2025
10.15.0 1,265 4/29/2025
10.14.13 999 7/1/2025
10.14.12 787 6/24/2025
10.14.11 945 6/17/2025
10.14.10 1,068 5/20/2025
10.14.9 956 5/13/2025
10.14.8 979 5/13/2025
10.14.7 857 5/7/2025
10.14.6 766 5/6/2025
10.14.5 890 4/29/2025
10.14.4 1,076 4/22/2025
10.14.3 1,091 4/10/2025
10.14.2 995 4/8/2025
10.14.1 1,237 4/1/2025
10.14.0 1,818 3/25/2025
10.13.8 1,221 4/22/2025
10.13.7 873 4/10/2025
10.13.6 893 4/8/2025
10.13.5 870 4/1/2025
10.13.4 1,162 3/25/2025
10.13.3 1,469 3/18/2025
10.13.2 1,010 3/11/2025
10.13.1 1,472 3/4/2025
10.13.0 7,073 2/25/2025
10.12.7 1,366 3/11/2025
10.12.6 885 3/4/2025
10.12.5 790 2/25/2025
10.12.4 1,204 2/18/2025
10.12.3 991 2/12/2025
10.12.2 776 2/11/2025
10.12.1 1,021 2/4/2025
10.12.0 4,686 1/28/2025
10.11.8 1,201 2/25/2025
10.11.7 846 2/18/2025
10.11.6 905 2/12/2025
10.11.5 779 2/11/2025
10.11.4 801 2/4/2025
10.11.3 851 1/28/2025
10.11.2 2,751 1/21/2025
10.11.1 832 1/14/2025
10.11.0 1,250 1/7/2025
10.10.8 1,115 2/12/2025
10.10.7 732 2/11/2025
10.10.6 911 1/16/2025
10.10.5 748 1/14/2025
10.10.4 837 1/7/2025
10.10.3 1,167 12/17/2024
10.10.2 786 12/10/2024
10.10.1 888 12/3/2024
10.10.0 1,051 11/26/2024
10.9.9 1,021 1/14/2025
10.9.8 1,014 12/17/2024
10.9.7 782 12/10/2024
10.9.6 836 12/3/2024
10.9.5 799 11/27/2024
10.9.4 2,279 11/26/2024
10.9.3 1,026 11/19/2024
10.9.2 1,013 11/12/2024
10.9.1 865 11/5/2024
10.9.0 3,334 10/29/2024
10.8.14 787 1/14/2025
10.8.13 959 12/17/2024
10.8.12 864 12/10/2024
10.8.11 845 12/3/2024
10.8.10 1,107 11/26/2024
10.8.9 831 11/19/2024
10.8.8 790 11/12/2024
10.8.7 801 11/7/2024
10.8.6 784 11/5/2024
10.8.5 796 10/29/2024
10.8.4 859 10/22/2024
10.8.3 877 10/15/2024
10.8.2 841 10/8/2024
10.8.1 908 10/1/2024
10.8.0 11,072 9/24/2024
10.7.11 795 11/19/2024
10.7.10 785 11/19/2024
10.7.9 872 10/29/2024
10.7.8 772 10/22/2024
10.7.7 782 10/15/2024
10.7.6 812 10/8/2024
10.7.5 875 10/1/2024
10.7.4 740 9/24/2024
10.7.3 950 9/17/2024
10.7.2 984 9/10/2024
10.7.1 904 9/4/2024
10.7.0 2,761 8/27/2024
10.6.18 794 11/19/2024
10.6.17 760 11/19/2024
10.6.16 927 10/15/2024
10.6.15 771 10/8/2024
10.6.14 802 10/1/2024
10.6.13 867 9/24/2024
10.6.12 803 9/17/2024
10.6.11 824 9/3/2024
10.6.10 851 8/27/2024
10.6.9 1,484 8/20/2024
10.6.8 916 8/13/2024
10.6.7 790 8/6/2024
10.6.6 937 7/19/2024
10.6.5 802 7/16/2024
10.6.4 866 7/9/2024
10.6.3 1,091 7/2/2024
10.6.2 3,465 6/25/2024
10.5.14 917 10/1/2024
10.5.13 810 9/24/2024
10.5.12 853 8/21/2024
10.5.11 886 8/13/2024
10.5.10 708 8/6/2024
10.5.9 811 7/19/2024
10.5.8 830 7/16/2024
10.5.7 749 7/5/2024
10.5.6 791 7/1/2024
10.5.5 828 6/25/2024
10.5.4 886 6/18/2024
10.5.3 921 6/11/2024
10.5.2 859 6/4/2024
10.5.1 815 6/4/2024
10.5.0 1,390 5/28/2024
10.4.8 765 8/6/2024
10.4.7 809 6/25/2024
10.4.6 828 6/11/2024
10.4.5 785 6/4/2024
10.4.4 803 5/28/2024
10.4.3 831 5/21/2024
10.4.2 1,247 5/14/2024
10.4.1 1,047 5/7/2024
10.4.0 3,614 4/30/2024
10.3.10 726 8/6/2024
10.3.9 796 6/25/2024
10.3.8 891 5/21/2024
10.3.7 731 5/14/2024
10.3.6 866 5/7/2024
10.3.5 808 4/30/2024
10.3.4 895 4/23/2024
10.3.3 871 4/16/2024
10.3.2 864 4/11/2024
10.3.1 845 4/9/2024
10.3.0 1,320 4/2/2024
10.2.8 951 4/23/2024
10.2.7 825 4/16/2024
10.2.6 833 4/11/2024
10.2.5 839 4/9/2024
10.2.4 784 4/2/2024
10.2.3 904 3/26/2024
10.2.2 948 3/19/2024
10.2.1 995 3/12/2024
10.2.0 1,206 3/5/2024
10.1.12 867 4/11/2024
10.1.11 859 4/9/2024
10.1.10 817 4/2/2024
10.1.9 901 3/19/2024
10.1.8 860 3/13/2024
10.1.7 821 3/12/2024
10.1.6 854 3/5/2024
10.1.5 871 2/27/2024
10.1.4 1,119 2/20/2024
10.1.3 921 2/14/2024
10.1.2 879 2/7/2024
10.1.1 871 2/6/2024
10.1.0 984 1/30/2024
10.0.39 1,089 4/11/2024
10.0.38 1,005 4/2/2024
10.0.37 1,084 3/5/2024
10.0.36 1,072 2/27/2024
10.0.35 1,143 2/20/2024
10.0.34 1,416 2/14/2024
10.0.33 1,355 2/1/2024
10.0.32 1,474 1/24/2024
10.0.31 1,153 1/19/2024
10.0.30 1,174 1/18/2024
10.0.29 1,453 1/16/2024
10.0.28 1,495 1/16/2024
10.0.27 1,360 1/11/2024
10.0.26 1,445 12/19/2023
10.0.25 3,129 12/12/2023
10.0.24 2,850 12/5/2023
10.0.22 1,987 11/28/2023
10.0.21 3,272 11/23/2023
10.0.20 1,185 11/21/2023
10.0.19 2,302 11/14/2023
10.0.18 1,114 11/9/2023
10.0.17 2,031 11/2/2023
10.0.16 1,166 10/25/2023
10.0.15 1,514 10/19/2023
10.0.14 1,846 10/11/2023
10.0.13 1,436 9/27/2023
10.0.12 1,113 9/26/2023
10.0.11 26,897 9/22/2023
10.0.10 1,298 9/13/2023
10.0.9 3,107 8/30/2023
10.0.8 1,226 8/25/2023
10.0.7 1,486 8/22/2023
10.0.6 1,426 8/10/2023
10.0.5 1,686 8/2/2023
10.0.4 1,337 7/13/2023
10.0.3 1,690 7/5/2023
10.0.2 2,081 6/27/2023
10.0.1 1,418 6/20/2023
10.0.0 29,968 6/14/2023
4.1.2 1,048 7/10/2025
4.1.1 43,285 8/14/2023
4.1.0 37,226 2/6/2023
4.0.4 51,002 11/16/2022
4.0.3 85,810 7/8/2022
4.0.2 144,481 11/22/2021
4.0.1 10,926 11/9/2021
3.1.0 305,009 1/19/2021
3.0.5 59,493 11/12/2020
3.0.0 69,895 7/9/2020
2.14.1 79,060 4/6/2020
2.14.0 11,264 3/18/2020
2.13.1 46,216 2/21/2020
2.13.0 4,425 2/10/2020
2.12.1 11,614 2/7/2020
2.11.0 944 2/7/2020
2.10.0 21,539 12/20/2019
2.9.0 30,520 11/12/2019
2.8.0 35,236 9/5/2019
2.7.2 28,709 8/5/2019
2.7.1 9,196 7/10/2019
2.7.0 37,010 3/15/2019
2.6.0 27,370 3/15/2019
2.5.0 59,304 3/15/2019
2.4.1 17,240 3/15/2019
2.4.0 7,620 3/15/2019
2.3.1 83,286 3/15/2019
2.3.0 36,560 3/15/2019
2.2.0 58,978 3/15/2019
2.1.1 16,286 3/15/2019
2.1.0 84,004 3/15/2019
2.0.1 922 3/15/2019
2.0.0 7,683 3/15/2019
1.8.0 15,029 3/15/2019
1.7.1 927 3/15/2019
1.7.0 4,413 3/15/2019
1.6.0 952 3/15/2019
1.5.4 902 3/15/2019
1.5.2 3,118 3/15/2019
1.5.1 9,235 3/15/2019
1.5.0 916 3/15/2019
1.4.1 942 3/15/2019
1.4.0 911 3/15/2019
1.3.3 31,140 3/15/2019
1.3.2 23,635 3/15/2019
1.3.0 18,981 3/15/2019
1.1.1 102,634 3/15/2019
1.0.2 224,660 3/15/2019