Dynamicweb.Core 10.18.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Core --version 10.18.10
                    
NuGet\Install-Package Dynamicweb.Core -Version 10.18.10
                    
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.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Core" Version="10.18.10" />
                    
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.10
                    
#r "nuget: Dynamicweb.Core, 10.18.10"
                    
#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.10
                    
#: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.10
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Core&version=10.18.10
                    
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.0-PreRelease 621 9/30/2025
10.19.6 740 9/30/2025
10.19.5-PreRelease 846 9/22/2025
10.19.4-PreRelease 795 9/16/2025
10.19.3-PreRelease 539 9/9/2025
10.19.2-PreRelease 559 9/4/2025
10.19.1-PreRelease 574 9/2/2025
10.19.0-PreRelease 614 8/26/2025
10.18.10 668 9/30/2025
10.18.9 1,050 9/22/2025
10.18.8 1,059 9/16/2025
10.18.7 704 9/9/2025
10.18.6 681 9/4/2025
10.18.5 898 9/2/2025
10.18.4 1,237 8/26/2025
10.18.3-PreRelease 542 8/19/2025
10.18.2-PreRelease 576 8/12/2025
10.18.1-PreRelease 641 8/7/2025
10.18.0-PreRelease 689 7/25/2025
10.17.11 725 9/30/2025
10.17.10 973 9/22/2025
10.17.9 958 9/16/2025
10.17.8 785 9/2/2025
10.17.7 751 8/26/2025
10.17.6 754 8/19/2025
10.17.5 843 8/12/2025
10.17.4 749 8/5/2025
10.17.3 1,122 7/22/2025
10.17.2 788 7/15/2025
10.17.1 883 7/8/2025
10.17.0 1,025 7/1/2025
10.16.12 963 9/22/2025
10.16.11 912 9/16/2025
10.16.10 637 9/9/2025
10.16.9 937 8/12/2025
10.16.8 781 8/5/2025
10.16.7 1,165 7/22/2025
10.16.6 923 7/1/2025
10.16.5 1,301 6/17/2025
10.16.4 1,051 6/12/2025
10.16.3 954 6/10/2025
10.16.2 804 6/4/2025
10.16.1 732 6/3/2025
10.16.0 1,238 5/27/2025
10.15.11 871 8/26/2025
10.15.10 887 8/5/2025
10.15.9 958 7/1/2025
10.15.8 745 6/24/2025
10.15.7 808 6/17/2025
10.15.6 877 6/3/2025
10.15.5 811 5/27/2025
10.15.4 965 5/20/2025
10.15.3 1,197 5/13/2025
10.15.2 939 5/13/2025
10.15.1 1,083 5/6/2025
10.15.0 1,202 4/29/2025
10.14.13 910 7/1/2025
10.14.12 730 6/24/2025
10.14.11 872 6/17/2025
10.14.10 1,002 5/20/2025
10.14.9 895 5/13/2025
10.14.8 907 5/13/2025
10.14.7 803 5/7/2025
10.14.6 696 5/6/2025
10.14.5 816 4/29/2025
10.14.4 1,020 4/22/2025
10.14.3 1,019 4/10/2025
10.14.2 908 4/8/2025
10.14.1 1,164 4/1/2025
10.14.0 1,678 3/25/2025
10.13.8 1,152 4/22/2025
10.13.7 816 4/10/2025
10.13.6 827 4/8/2025
10.13.5 806 4/1/2025
10.13.4 1,095 3/25/2025
10.13.3 1,397 3/18/2025
10.13.2 933 3/11/2025
10.13.1 1,404 3/4/2025
10.13.0 6,992 2/25/2025
10.12.7 1,271 3/11/2025
10.12.6 825 3/4/2025
10.12.5 711 2/25/2025
10.12.4 1,122 2/18/2025
10.12.3 918 2/12/2025
10.12.2 707 2/11/2025
10.12.1 938 2/4/2025
10.12.0 4,592 1/28/2025
10.11.8 1,124 2/25/2025
10.11.7 775 2/18/2025
10.11.6 835 2/12/2025
10.11.5 708 2/11/2025
10.11.4 731 2/4/2025
10.11.3 783 1/28/2025
10.11.2 2,596 1/21/2025
10.11.1 757 1/14/2025
10.11.0 1,166 1/7/2025
10.10.8 1,025 2/12/2025
10.10.7 665 2/11/2025
10.10.6 848 1/16/2025
10.10.5 672 1/14/2025
10.10.4 758 1/7/2025
10.10.3 1,093 12/17/2024
10.10.2 727 12/10/2024
10.10.1 829 12/3/2024
10.10.0 987 11/26/2024
10.9.9 937 1/14/2025
10.9.8 943 12/17/2024
10.9.7 724 12/10/2024
10.9.6 770 12/3/2024
10.9.5 742 11/27/2024
10.9.4 2,122 11/26/2024
10.9.3 957 11/19/2024
10.9.2 956 11/12/2024
10.9.1 799 11/5/2024
10.9.0 3,157 10/29/2024
10.8.14 716 1/14/2025
10.8.13 893 12/17/2024
10.8.12 793 12/10/2024
10.8.11 779 12/3/2024
10.8.10 1,013 11/26/2024
10.8.9 760 11/19/2024
10.8.8 723 11/12/2024
10.8.7 739 11/7/2024
10.8.6 714 11/5/2024
10.8.5 731 10/29/2024
10.8.4 783 10/22/2024
10.8.3 808 10/15/2024
10.8.2 774 10/8/2024
10.8.1 847 10/1/2024
10.8.0 10,932 9/24/2024
10.7.11 736 11/19/2024
10.7.10 715 11/19/2024
10.7.9 805 10/29/2024
10.7.8 708 10/22/2024
10.7.7 728 10/15/2024
10.7.6 743 10/8/2024
10.7.5 807 10/1/2024
10.7.4 683 9/24/2024
10.7.3 883 9/17/2024
10.7.2 915 9/10/2024
10.7.1 846 9/4/2024
10.7.0 2,688 8/27/2024
10.6.18 731 11/19/2024
10.6.17 707 11/19/2024
10.6.16 859 10/15/2024
10.6.15 717 10/8/2024
10.6.14 734 10/1/2024
10.6.13 800 9/24/2024
10.6.12 730 9/17/2024
10.6.11 768 9/3/2024
10.6.10 791 8/27/2024
10.6.9 1,414 8/20/2024
10.6.8 865 8/13/2024
10.6.7 718 8/6/2024
10.6.6 875 7/19/2024
10.6.5 725 7/16/2024
10.6.4 811 7/9/2024
10.6.3 1,018 7/2/2024
10.6.2 3,253 6/25/2024
10.5.14 850 10/1/2024
10.5.13 747 9/24/2024
10.5.12 786 8/21/2024
10.5.11 824 8/13/2024
10.5.10 644 8/6/2024
10.5.9 758 7/19/2024
10.5.8 758 7/16/2024
10.5.7 691 7/5/2024
10.5.6 725 7/1/2024
10.5.5 759 6/25/2024
10.5.4 825 6/18/2024
10.5.3 860 6/11/2024
10.5.2 803 6/4/2024
10.5.1 741 6/4/2024
10.5.0 1,335 5/28/2024
10.4.8 698 8/6/2024
10.4.7 742 6/25/2024
10.4.6 765 6/11/2024
10.4.5 721 6/4/2024
10.4.4 736 5/28/2024
10.4.3 772 5/21/2024
10.4.2 1,168 5/14/2024
10.4.1 983 5/7/2024
10.4.0 3,386 4/30/2024
10.3.10 671 8/6/2024
10.3.9 730 6/25/2024
10.3.8 837 5/21/2024
10.3.7 667 5/14/2024
10.3.6 803 5/7/2024
10.3.5 760 4/30/2024
10.3.4 826 4/23/2024
10.3.3 808 4/16/2024
10.3.2 810 4/11/2024
10.3.1 777 4/9/2024
10.3.0 1,236 4/2/2024
10.2.8 874 4/23/2024
10.2.7 767 4/16/2024
10.2.6 770 4/11/2024
10.2.5 763 4/9/2024
10.2.4 728 4/2/2024
10.2.3 841 3/26/2024
10.2.2 888 3/19/2024
10.2.1 924 3/12/2024
10.2.0 1,141 3/5/2024
10.1.12 817 4/11/2024
10.1.11 799 4/9/2024
10.1.10 752 4/2/2024
10.1.9 833 3/19/2024
10.1.8 798 3/13/2024
10.1.7 759 3/12/2024
10.1.6 806 3/5/2024
10.1.5 806 2/27/2024
10.1.4 1,025 2/20/2024
10.1.3 852 2/14/2024
10.1.2 814 2/7/2024
10.1.1 816 2/6/2024
10.1.0 917 1/30/2024
10.0.39 1,028 4/11/2024
10.0.38 946 4/2/2024
10.0.37 1,006 3/5/2024
10.0.36 995 2/27/2024
10.0.35 1,071 2/20/2024
10.0.34 1,344 2/14/2024
10.0.33 1,297 2/1/2024
10.0.32 1,388 1/24/2024
10.0.31 1,093 1/19/2024
10.0.30 1,106 1/18/2024
10.0.29 1,378 1/16/2024
10.0.28 1,388 1/16/2024
10.0.27 1,282 1/11/2024
10.0.26 1,361 12/19/2023
10.0.25 3,061 12/12/2023
10.0.24 2,771 12/5/2023
10.0.22 1,919 11/28/2023
10.0.21 3,202 11/23/2023
10.0.20 1,124 11/21/2023
10.0.19 2,226 11/14/2023
10.0.18 1,036 11/9/2023
10.0.17 1,936 11/2/2023
10.0.16 1,094 10/25/2023
10.0.15 1,431 10/19/2023
10.0.14 1,709 10/11/2023
10.0.13 1,369 9/27/2023
10.0.12 1,056 9/26/2023
10.0.11 25,446 9/22/2023
10.0.10 1,203 9/13/2023
10.0.9 3,023 8/30/2023
10.0.8 1,149 8/25/2023
10.0.7 1,415 8/22/2023
10.0.6 1,342 8/10/2023
10.0.5 1,599 8/2/2023
10.0.4 1,261 7/13/2023
10.0.3 1,630 7/5/2023
10.0.2 1,957 6/27/2023
10.0.1 1,351 6/20/2023
10.0.0 28,437 6/14/2023
4.1.2 788 7/10/2025
4.1.1 41,513 8/14/2023
4.1.0 36,480 2/6/2023
4.0.4 50,269 11/16/2022
4.0.3 84,587 7/8/2022
4.0.2 142,911 11/22/2021
4.0.1 10,752 11/9/2021
3.1.0 300,698 1/19/2021
3.0.5 58,291 11/12/2020
3.0.0 69,233 7/9/2020
2.14.1 77,740 4/6/2020
2.14.0 11,225 3/18/2020
2.13.1 45,665 2/21/2020
2.13.0 4,371 2/10/2020
2.12.1 11,491 2/7/2020
2.11.0 907 2/7/2020
2.10.0 21,279 12/20/2019
2.9.0 30,289 11/12/2019
2.8.0 34,810 9/5/2019
2.7.2 28,415 8/5/2019
2.7.1 9,001 7/10/2019
2.7.0 36,607 3/15/2019
2.6.0 26,840 3/15/2019
2.5.0 58,630 3/15/2019
2.4.1 17,156 3/15/2019
2.4.0 7,404 3/15/2019
2.3.1 81,952 3/15/2019
2.3.0 35,746 3/15/2019
2.2.0 58,102 3/15/2019
2.1.1 16,017 3/15/2019
2.1.0 82,939 3/15/2019
2.0.1 896 3/15/2019
2.0.0 7,521 3/15/2019
1.8.0 14,725 3/15/2019
1.7.1 890 3/15/2019
1.7.0 4,266 3/15/2019
1.6.0 913 3/15/2019
1.5.4 864 3/15/2019
1.5.2 3,084 3/15/2019
1.5.1 8,865 3/15/2019
1.5.0 883 3/15/2019
1.4.1 917 3/15/2019
1.4.0 888 3/15/2019
1.3.3 30,268 3/15/2019
1.3.2 23,076 3/15/2019
1.3.0 18,336 3/15/2019
1.1.1 100,496 3/15/2019
1.0.2 219,065 3/15/2019