Dynamicweb.Core 10.18.12

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Core --version 10.18.12
                    
NuGet\Install-Package Dynamicweb.Core -Version 10.18.12
                    
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.18.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Core" Version="10.18.12" />
                    
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.18.12
                    
#r "nuget: Dynamicweb.Core, 10.18.12"
                    
#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.18.12
                    
#: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.18.12
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Core&version=10.18.12
                    
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.21.2-PreRelease 656 11/11/2025
10.21.1-PreRelease 870 11/5/2025
10.21.0-PreRelease 817 10/30/2025
10.20.6 803 11/11/2025
10.20.5 1,110 11/4/2025
10.20.4 1,050 10/28/2025
10.20.3-PreRelease 802 10/21/2025
10.20.2-PreRelease 770 10/14/2025
10.20.1-PreRelease 805 10/7/2025
10.20.0-PreRelease 919 9/30/2025
10.19.12 1,041 11/4/2025
10.19.11 882 10/28/2025
10.19.10 874 10/21/2025
10.19.9 1,014 10/16/2025
10.19.8 892 10/14/2025
10.19.7 956 10/7/2025
10.19.6 1,424 9/30/2025
10.19.5-PreRelease 904 9/22/2025
10.19.4-PreRelease 877 9/16/2025
10.19.3-PreRelease 679 9/9/2025
10.19.2-PreRelease 683 9/4/2025
10.19.1-PreRelease 701 9/2/2025
10.19.0-PreRelease 757 8/26/2025
10.18.14 1,045 11/4/2025
10.18.13 957 10/28/2025
10.18.12 924 10/14/2025
10.18.11 943 10/7/2025
10.18.10 984 9/30/2025
10.18.9 1,171 9/22/2025
10.18.8 1,265 9/16/2025
10.18.7 923 9/9/2025
10.18.6 823 9/4/2025
10.18.5 1,957 9/2/2025
10.18.4 1,636 8/26/2025
10.18.3-PreRelease 669 8/19/2025
10.18.2-PreRelease 696 8/12/2025
10.18.1-PreRelease 753 8/7/2025
10.18.0-PreRelease 735 7/25/2025
10.17.14 978 11/4/2025
10.17.13 1,034 10/14/2025
10.17.12 905 10/7/2025
10.17.11 1,142 9/30/2025
10.17.10 1,060 9/22/2025
10.17.9 1,073 9/16/2025
10.17.8 952 9/2/2025
10.17.7 919 8/26/2025
10.17.6 912 8/19/2025
10.17.5 1,005 8/12/2025
10.17.4 902 8/5/2025
10.17.3 1,206 7/22/2025
10.17.2 880 7/15/2025
10.17.1 966 7/8/2025
10.17.0 1,118 7/1/2025
10.16.12 1,225 9/22/2025
10.16.11 1,027 9/16/2025
10.16.10 787 9/9/2025
10.16.9 1,122 8/12/2025
10.16.8 933 8/5/2025
10.16.7 1,260 7/22/2025
10.16.6 1,100 7/1/2025
10.16.5 1,426 6/17/2025
10.16.4 1,175 6/12/2025
10.16.3 1,035 6/10/2025
10.16.2 897 6/4/2025
10.16.1 821 6/3/2025
10.16.0 1,319 5/27/2025
10.15.11 1,036 8/26/2025
10.15.10 1,114 8/5/2025
10.15.9 1,037 7/1/2025
10.15.8 834 6/24/2025
10.15.7 880 6/17/2025
10.15.6 960 6/3/2025
10.15.5 908 5/27/2025
10.15.4 1,075 5/20/2025
10.15.3 1,291 5/13/2025
10.15.2 1,048 5/13/2025
10.15.1 1,203 5/6/2025
10.15.0 1,286 4/29/2025
10.14.13 1,024 7/1/2025
10.14.12 799 6/24/2025
10.14.11 965 6/17/2025
10.14.10 1,096 5/20/2025
10.14.9 970 5/13/2025
10.14.8 993 5/13/2025
10.14.7 875 5/7/2025
10.14.6 782 5/6/2025
10.14.5 921 4/29/2025
10.14.4 1,092 4/22/2025
10.14.3 1,103 4/10/2025
10.14.2 1,012 4/8/2025
10.14.1 1,251 4/1/2025
10.14.0 1,854 3/25/2025
10.13.8 1,257 4/22/2025
10.13.7 881 4/10/2025
10.13.6 905 4/8/2025
10.13.5 884 4/1/2025
10.13.4 1,183 3/25/2025
10.13.3 1,497 3/18/2025
10.13.2 1,030 3/11/2025
10.13.1 1,485 3/4/2025
10.13.0 7,094 2/25/2025
10.12.7 1,392 3/11/2025
10.12.6 895 3/4/2025
10.12.5 812 2/25/2025
10.12.4 1,229 2/18/2025
10.12.3 1,008 2/12/2025
10.12.2 788 2/11/2025
10.12.1 1,035 2/4/2025
10.12.0 4,819 1/28/2025
10.11.8 1,218 2/25/2025
10.11.7 866 2/18/2025
10.11.6 918 2/12/2025
10.11.5 796 2/11/2025
10.11.4 809 2/4/2025
10.11.3 871 1/28/2025
10.11.2 2,885 1/21/2025
10.11.1 846 1/14/2025
10.11.0 1,279 1/7/2025
10.10.8 1,140 2/12/2025
10.10.7 745 2/11/2025
10.10.6 926 1/16/2025
10.10.5 764 1/14/2025
10.10.4 845 1/7/2025
10.10.3 1,179 12/17/2024
10.10.2 796 12/10/2024
10.10.1 904 12/3/2024
10.10.0 1,067 11/26/2024
10.9.9 1,048 1/14/2025
10.9.8 1,029 12/17/2024
10.9.7 796 12/10/2024
10.9.6 855 12/3/2024
10.9.5 812 11/27/2024
10.9.4 2,443 11/26/2024
10.9.3 1,057 11/19/2024
10.9.2 1,035 11/12/2024
10.9.1 886 11/5/2024
10.9.0 3,534 10/29/2024
10.8.14 802 1/14/2025
10.8.13 983 12/17/2024
10.8.12 881 12/10/2024
10.8.11 861 12/3/2024
10.8.10 1,163 11/26/2024
10.8.9 847 11/19/2024
10.8.8 806 11/12/2024
10.8.7 809 11/7/2024
10.8.6 801 11/5/2024
10.8.5 806 10/29/2024
10.8.4 878 10/22/2024
10.8.3 905 10/15/2024
10.8.2 866 10/8/2024
10.8.1 926 10/1/2024
10.8.0 11,150 9/24/2024
10.7.11 811 11/19/2024
10.7.10 804 11/19/2024
10.7.9 892 10/29/2024
10.7.8 790 10/22/2024
10.7.7 796 10/15/2024
10.7.6 831 10/8/2024
10.7.5 889 10/1/2024
10.7.4 760 9/24/2024
10.7.3 975 9/17/2024
10.7.2 1,000 9/10/2024
10.7.1 929 9/4/2024
10.7.0 2,804 8/27/2024
10.6.18 812 11/19/2024
10.6.17 774 11/19/2024
10.6.16 944 10/15/2024
10.6.15 783 10/8/2024
10.6.14 831 10/1/2024
10.6.13 885 9/24/2024
10.6.12 818 9/17/2024
10.6.11 845 9/3/2024
10.6.10 875 8/27/2024
10.6.9 1,527 8/20/2024
10.6.8 932 8/13/2024
10.6.7 803 8/6/2024
10.6.6 948 7/19/2024
10.6.5 821 7/16/2024
10.6.4 874 7/9/2024
10.6.3 1,104 7/2/2024
10.6.2 3,653 6/25/2024
10.5.14 925 10/1/2024
10.5.13 823 9/24/2024
10.5.12 890 8/21/2024
10.5.11 897 8/13/2024
10.5.10 720 8/6/2024
10.5.9 823 7/19/2024
10.5.8 842 7/16/2024
10.5.7 765 7/5/2024
10.5.6 804 7/1/2024
10.5.5 843 6/25/2024
10.5.4 896 6/18/2024
10.5.3 935 6/11/2024
10.5.2 867 6/4/2024
10.5.1 836 6/4/2024
10.5.0 1,402 5/28/2024
10.4.8 774 8/6/2024
10.4.7 818 6/25/2024
10.4.6 840 6/11/2024
10.4.5 799 6/4/2024
10.4.4 828 5/28/2024
10.4.3 842 5/21/2024
10.4.2 1,285 5/14/2024
10.4.1 1,066 5/7/2024
10.4.0 3,888 4/30/2024
10.3.10 739 8/6/2024
10.3.9 809 6/25/2024
10.3.8 901 5/21/2024
10.3.7 739 5/14/2024
10.3.6 876 5/7/2024
10.3.5 821 4/30/2024
10.3.4 903 4/23/2024
10.3.3 886 4/16/2024
10.3.2 887 4/11/2024
10.3.1 865 4/9/2024
10.3.0 1,332 4/2/2024
10.2.8 973 4/23/2024
10.2.7 837 4/16/2024
10.2.6 853 4/11/2024
10.2.5 852 4/9/2024
10.2.4 799 4/2/2024
10.2.3 920 3/26/2024
10.2.2 958 3/19/2024
10.2.1 1,012 3/12/2024
10.2.0 1,214 3/5/2024
10.1.12 880 4/11/2024
10.1.11 874 4/9/2024
10.1.10 828 4/2/2024
10.1.9 920 3/19/2024
10.1.8 873 3/13/2024
10.1.7 843 3/12/2024
10.1.6 869 3/5/2024
10.1.5 885 2/27/2024
10.1.4 1,135 2/20/2024
10.1.3 940 2/14/2024
10.1.2 895 2/7/2024
10.1.1 888 2/6/2024
10.1.0 997 1/30/2024
10.0.39 1,111 4/11/2024
10.0.38 1,021 4/2/2024
10.0.37 1,109 3/5/2024
10.0.36 1,089 2/27/2024
10.0.35 1,156 2/20/2024
10.0.34 1,434 2/14/2024
10.0.33 1,377 2/1/2024
10.0.32 1,490 1/24/2024
10.0.31 1,164 1/19/2024
10.0.30 1,188 1/18/2024
10.0.29 1,470 1/16/2024
10.0.28 1,514 1/16/2024
10.0.27 1,386 1/11/2024
10.0.26 1,475 12/19/2023
10.0.25 3,156 12/12/2023
10.0.24 2,867 12/5/2023
10.0.22 2,018 11/28/2023
10.0.21 3,296 11/23/2023
10.0.20 1,198 11/21/2023
10.0.19 2,306 11/14/2023
10.0.18 1,136 11/9/2023
10.0.17 2,048 11/2/2023
10.0.16 1,175 10/25/2023
10.0.15 1,535 10/19/2023
10.0.14 1,864 10/11/2023
10.0.13 1,444 9/27/2023
10.0.12 1,136 9/26/2023
10.0.11 29,505 9/22/2023
10.0.10 1,306 9/13/2023
10.0.9 3,120 8/30/2023
10.0.8 1,228 8/25/2023
10.0.7 1,499 8/22/2023
10.0.6 1,456 8/10/2023
10.0.5 1,701 8/2/2023
10.0.4 1,359 7/13/2023
10.0.3 1,699 7/5/2023
10.0.2 2,090 6/27/2023
10.0.1 1,433 6/20/2023
10.0.0 31,787 6/14/2023
4.1.2 1,295 7/10/2025
4.1.1 45,498 8/14/2023
4.1.0 37,829 2/6/2023
4.0.4 51,665 11/16/2022
4.0.3 86,268 7/8/2022
4.0.2 144,862 11/22/2021
4.0.1 10,998 11/9/2021
3.1.0 306,097 1/19/2021
3.0.5 59,791 11/12/2020
3.0.0 69,932 7/9/2020
2.14.1 79,156 4/6/2020
2.14.0 11,284 3/18/2020
2.13.1 46,295 2/21/2020
2.13.0 4,442 2/10/2020
2.12.1 11,635 2/7/2020
2.11.0 968 2/7/2020
2.10.0 21,569 12/20/2019
2.9.0 30,538 11/12/2019
2.8.0 35,285 9/5/2019
2.7.2 28,750 8/5/2019
2.7.1 9,218 7/10/2019
2.7.0 37,083 3/15/2019
2.6.0 27,471 3/15/2019
2.5.0 59,422 3/15/2019
2.4.1 17,287 3/15/2019
2.4.0 7,640 3/15/2019
2.3.1 83,379 3/15/2019
2.3.0 36,634 3/15/2019
2.2.0 59,065 3/15/2019
2.1.1 16,344 3/15/2019
2.1.0 84,077 3/15/2019
2.0.1 945 3/15/2019
2.0.0 7,702 3/15/2019
1.8.0 15,055 3/15/2019
1.7.1 946 3/15/2019
1.7.0 4,432 3/15/2019
1.6.0 971 3/15/2019
1.5.4 920 3/15/2019
1.5.2 3,133 3/15/2019
1.5.1 9,248 3/15/2019
1.5.0 928 3/15/2019
1.4.1 960 3/15/2019
1.4.0 923 3/15/2019
1.3.3 31,203 3/15/2019
1.3.2 23,652 3/15/2019
1.3.0 19,000 3/15/2019
1.1.1 102,796 3/15/2019
1.0.2 224,896 3/15/2019