Dynamicweb.Core 10.20.1-PreRelease

This is a prerelease version of Dynamicweb.Core.
dotnet add package Dynamicweb.Core --version 10.20.1-PreRelease
                    
NuGet\Install-Package Dynamicweb.Core -Version 10.20.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.20.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.20.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.20.1-PreRelease
                    
#r "nuget: Dynamicweb.Core, 10.20.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.20.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.20.1-PreRelease&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Core&version=10.20.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.1-PreRelease 596 10/7/2025
10.20.0-PreRelease 908 9/30/2025
10.19.7 721 10/7/2025
10.19.6 1,151 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.11 733 10/7/2025
10.18.10 964 9/30/2025
10.18.9 1,119 9/22/2025
10.18.8 1,171 9/16/2025
10.18.7 803 9/9/2025
10.18.6 729 9/4/2025
10.18.5 1,007 9/2/2025
10.18.4 1,337 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 659 10/7/2025
10.17.11 1,068 9/30/2025
10.17.10 1,041 9/22/2025
10.17.9 1,021 9/16/2025
10.17.8 852 9/2/2025
10.17.7 808 8/26/2025
10.17.6 817 8/19/2025
10.17.5 898 8/12/2025
10.17.4 812 8/5/2025
10.17.3 1,182 7/22/2025
10.17.2 848 7/15/2025
10.17.1 938 7/8/2025
10.17.0 1,088 7/1/2025
10.16.12 1,076 9/22/2025
10.16.11 975 9/16/2025
10.16.10 693 9/9/2025
10.16.9 994 8/12/2025
10.16.8 838 8/5/2025
10.16.7 1,229 7/22/2025
10.16.6 998 7/1/2025
10.16.5 1,379 6/17/2025
10.16.4 1,121 6/12/2025
10.16.3 1,011 6/10/2025
10.16.2 861 6/4/2025
10.16.1 790 6/3/2025
10.16.0 1,287 5/27/2025
10.15.11 933 8/26/2025
10.15.10 964 8/5/2025
10.15.9 1,011 7/1/2025
10.15.8 811 6/24/2025
10.15.7 858 6/17/2025
10.15.6 930 6/3/2025
10.15.5 869 5/27/2025
10.15.4 1,031 5/20/2025
10.15.3 1,253 5/13/2025
10.15.2 1,003 5/13/2025
10.15.1 1,150 5/6/2025
10.15.0 1,255 4/29/2025
10.14.13 990 7/1/2025
10.14.12 778 6/24/2025
10.14.11 933 6/17/2025
10.14.10 1,059 5/20/2025
10.14.9 944 5/13/2025
10.14.8 969 5/13/2025
10.14.7 847 5/7/2025
10.14.6 757 5/6/2025
10.14.5 877 4/29/2025
10.14.4 1,065 4/22/2025
10.14.3 1,081 4/10/2025
10.14.2 984 4/8/2025
10.14.1 1,225 4/1/2025
10.14.0 1,779 3/25/2025
10.13.8 1,212 4/22/2025
10.13.7 864 4/10/2025
10.13.6 884 4/8/2025
10.13.5 861 4/1/2025
10.13.4 1,152 3/25/2025
10.13.3 1,457 3/18/2025
10.13.2 1,000 3/11/2025
10.13.1 1,463 3/4/2025
10.13.0 7,060 2/25/2025
10.12.7 1,357 3/11/2025
10.12.6 876 3/4/2025
10.12.5 778 2/25/2025
10.12.4 1,188 2/18/2025
10.12.3 981 2/12/2025
10.12.2 766 2/11/2025
10.12.1 1,010 2/4/2025
10.12.0 4,665 1/28/2025
10.11.8 1,192 2/25/2025
10.11.7 836 2/18/2025
10.11.6 894 2/12/2025
10.11.5 767 2/11/2025
10.11.4 790 2/4/2025
10.11.3 840 1/28/2025
10.11.2 2,710 1/21/2025
10.11.1 822 1/14/2025
10.11.0 1,236 1/7/2025
10.10.8 1,105 2/12/2025
10.10.7 723 2/11/2025
10.10.6 902 1/16/2025
10.10.5 738 1/14/2025
10.10.4 828 1/7/2025
10.10.3 1,142 12/17/2024
10.10.2 777 12/10/2024
10.10.1 879 12/3/2024
10.10.0 1,041 11/26/2024
10.9.9 1,011 1/14/2025
10.9.8 1,004 12/17/2024
10.9.7 772 12/10/2024
10.9.6 827 12/3/2024
10.9.5 788 11/27/2024
10.9.4 2,234 11/26/2024
10.9.3 1,016 11/19/2024
10.9.2 1,004 11/12/2024
10.9.1 856 11/5/2024
10.9.0 3,294 10/29/2024
10.8.14 778 1/14/2025
10.8.13 949 12/17/2024
10.8.12 855 12/10/2024
10.8.11 833 12/3/2024
10.8.10 1,079 11/26/2024
10.8.9 820 11/19/2024
10.8.8 777 11/12/2024
10.8.7 792 11/7/2024
10.8.6 776 11/5/2024
10.8.5 786 10/29/2024
10.8.4 848 10/22/2024
10.8.3 868 10/15/2024
10.8.2 831 10/8/2024
10.8.1 899 10/1/2024
10.8.0 11,029 9/24/2024
10.7.11 784 11/19/2024
10.7.10 774 11/19/2024
10.7.9 863 10/29/2024
10.7.8 761 10/22/2024
10.7.7 772 10/15/2024
10.7.6 801 10/8/2024
10.7.5 865 10/1/2024
10.7.4 730 9/24/2024
10.7.3 941 9/17/2024
10.7.2 973 9/10/2024
10.7.1 894 9/4/2024
10.7.0 2,749 8/27/2024
10.6.18 785 11/19/2024
10.6.17 749 11/19/2024
10.6.16 918 10/15/2024
10.6.15 762 10/8/2024
10.6.14 791 10/1/2024
10.6.13 856 9/24/2024
10.6.12 794 9/17/2024
10.6.11 815 9/3/2024
10.6.10 842 8/27/2024
10.6.9 1,472 8/20/2024
10.6.8 908 8/13/2024
10.6.7 780 8/6/2024
10.6.6 923 7/19/2024
10.6.5 792 7/16/2024
10.6.4 857 7/9/2024
10.6.3 1,081 7/2/2024
10.6.2 3,421 6/25/2024
10.5.14 908 10/1/2024
10.5.13 800 9/24/2024
10.5.12 845 8/21/2024
10.5.11 877 8/13/2024
10.5.10 699 8/6/2024
10.5.9 802 7/19/2024
10.5.8 821 7/16/2024
10.5.7 740 7/5/2024
10.5.6 782 7/1/2024
10.5.5 819 6/25/2024
10.5.4 876 6/18/2024
10.5.3 911 6/11/2024
10.5.2 850 6/4/2024
10.5.1 803 6/4/2024
10.5.0 1,380 5/28/2024
10.4.8 756 8/6/2024
10.4.7 800 6/25/2024
10.4.6 819 6/11/2024
10.4.5 776 6/4/2024
10.4.4 793 5/28/2024
10.4.3 822 5/21/2024
10.4.2 1,234 5/14/2024
10.4.1 1,038 5/7/2024
10.4.0 3,516 4/30/2024
10.3.10 716 8/6/2024
10.3.9 786 6/25/2024
10.3.8 882 5/21/2024
10.3.7 722 5/14/2024
10.3.6 857 5/7/2024
10.3.5 799 4/30/2024
10.3.4 884 4/23/2024
10.3.3 860 4/16/2024
10.3.2 855 4/11/2024
10.3.1 834 4/9/2024
10.3.0 1,310 4/2/2024
10.2.8 940 4/23/2024
10.2.7 816 4/16/2024
10.2.6 822 4/11/2024
10.2.5 830 4/9/2024
10.2.4 775 4/2/2024
10.2.3 895 3/26/2024
10.2.2 938 3/19/2024
10.2.1 985 3/12/2024
10.2.0 1,197 3/5/2024
10.1.12 857 4/11/2024
10.1.11 849 4/9/2024
10.1.10 806 4/2/2024
10.1.9 891 3/19/2024
10.1.8 851 3/13/2024
10.1.7 810 3/12/2024
10.1.6 845 3/5/2024
10.1.5 861 2/27/2024
10.1.4 1,106 2/20/2024
10.1.3 911 2/14/2024
10.1.2 870 2/7/2024
10.1.1 862 2/6/2024
10.1.0 975 1/30/2024
10.0.39 1,079 4/11/2024
10.0.38 995 4/2/2024
10.0.37 1,074 3/5/2024
10.0.36 1,063 2/27/2024
10.0.35 1,133 2/20/2024
10.0.34 1,402 2/14/2024
10.0.33 1,346 2/1/2024
10.0.32 1,465 1/24/2024
10.0.31 1,143 1/19/2024
10.0.30 1,164 1/18/2024
10.0.29 1,443 1/16/2024
10.0.28 1,485 1/16/2024
10.0.27 1,351 1/11/2024
10.0.26 1,435 12/19/2023
10.0.25 3,119 12/12/2023
10.0.24 2,839 12/5/2023
10.0.22 1,976 11/28/2023
10.0.21 3,260 11/23/2023
10.0.20 1,176 11/21/2023
10.0.19 2,291 11/14/2023
10.0.18 1,104 11/9/2023
10.0.17 2,007 11/2/2023
10.0.16 1,156 10/25/2023
10.0.15 1,503 10/19/2023
10.0.14 1,832 10/11/2023
10.0.13 1,427 9/27/2023
10.0.12 1,104 9/26/2023
10.0.11 26,397 9/22/2023
10.0.10 1,286 9/13/2023
10.0.9 3,079 8/30/2023
10.0.8 1,217 8/25/2023
10.0.7 1,476 8/22/2023
10.0.6 1,416 8/10/2023
10.0.5 1,677 8/2/2023
10.0.4 1,325 7/13/2023
10.0.3 1,680 7/5/2023
10.0.2 2,057 6/27/2023
10.0.1 1,406 6/20/2023
10.0.0 29,480 6/14/2023
4.1.2 895 7/10/2025
4.1.1 42,826 8/14/2023
4.1.0 37,012 2/6/2023
4.0.4 50,895 11/16/2022
4.0.3 85,757 7/8/2022
4.0.2 144,430 11/22/2021
4.0.1 10,898 11/9/2021
3.1.0 304,497 1/19/2021
3.0.5 59,283 11/12/2020
3.0.0 69,806 7/9/2020
2.14.1 78,854 4/6/2020
2.14.0 11,246 3/18/2020
2.13.1 46,148 2/21/2020
2.13.0 4,411 2/10/2020
2.12.1 11,594 2/7/2020
2.11.0 930 2/7/2020
2.10.0 21,526 12/20/2019
2.9.0 30,491 11/12/2019
2.8.0 35,204 9/5/2019
2.7.2 28,694 8/5/2019
2.7.1 9,182 7/10/2019
2.7.0 36,985 3/15/2019
2.6.0 27,341 3/15/2019
2.5.0 59,279 3/15/2019
2.4.1 17,219 3/15/2019
2.4.0 7,608 3/15/2019
2.3.1 83,096 3/15/2019
2.3.0 36,455 3/15/2019
2.2.0 58,816 3/15/2019
2.1.1 16,270 3/15/2019
2.1.0 83,978 3/15/2019
2.0.1 906 3/15/2019
2.0.0 7,650 3/15/2019
1.8.0 15,017 3/15/2019
1.7.1 912 3/15/2019
1.7.0 4,401 3/15/2019
1.6.0 937 3/15/2019
1.5.4 888 3/15/2019
1.5.2 3,105 3/15/2019
1.5.1 9,223 3/15/2019
1.5.0 904 3/15/2019
1.4.1 928 3/15/2019
1.4.0 899 3/15/2019
1.3.3 30,719 3/15/2019
1.3.2 23,401 3/15/2019
1.3.0 18,968 3/15/2019
1.1.1 102,594 3/15/2019
1.0.2 223,680 3/15/2019