Dynamicweb.Core 10.16.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Core --version 10.16.9
                    
NuGet\Install-Package Dynamicweb.Core -Version 10.16.9
                    
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.16.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Core" Version="10.16.9" />
                    
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.16.9
                    
#r "nuget: Dynamicweb.Core, 10.16.9"
                    
#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.16.9
                    
#: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.16.9
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Core&version=10.16.9
                    
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 350 9/30/2025
10.19.6 379 9/30/2025
10.19.5-PreRelease 779 9/22/2025
10.19.4-PreRelease 728 9/16/2025
10.19.3-PreRelease 493 9/9/2025
10.19.2-PreRelease 505 9/4/2025
10.19.1-PreRelease 504 9/2/2025
10.19.0-PreRelease 550 8/26/2025
10.18.10 357 9/30/2025
10.18.9 928 9/22/2025
10.18.8 928 9/16/2025
10.18.7 601 9/9/2025
10.18.6 577 9/4/2025
10.18.5 763 9/2/2025
10.18.4 1,129 8/26/2025
10.18.3-PreRelease 476 8/19/2025
10.18.2-PreRelease 509 8/12/2025
10.18.1-PreRelease 583 8/7/2025
10.18.0-PreRelease 624 7/25/2025
10.17.11 376 9/30/2025
10.17.10 859 9/22/2025
10.17.9 855 9/16/2025
10.17.8 672 9/2/2025
10.17.7 640 8/26/2025
10.17.6 649 8/19/2025
10.17.5 732 8/12/2025
10.17.4 645 8/5/2025
10.17.3 1,020 7/22/2025
10.17.2 678 7/15/2025
10.17.1 782 7/8/2025
10.17.0 908 7/1/2025
10.16.12 842 9/22/2025
10.16.11 809 9/16/2025
10.16.10 532 9/9/2025
10.16.9 806 8/12/2025
10.16.8 675 8/5/2025
10.16.7 1,069 7/22/2025
10.16.6 823 7/1/2025
10.16.5 1,193 6/17/2025
10.16.4 931 6/12/2025
10.16.3 853 6/10/2025
10.16.2 704 6/4/2025
10.16.1 628 6/3/2025
10.16.0 1,135 5/27/2025
10.15.11 770 8/26/2025
10.15.10 791 8/5/2025
10.15.9 851 7/1/2025
10.15.8 641 6/24/2025
10.15.7 728 6/17/2025
10.15.6 766 6/3/2025
10.15.5 709 5/27/2025
10.15.4 870 5/20/2025
10.15.3 1,077 5/13/2025
10.15.2 838 5/13/2025
10.15.1 972 5/6/2025
10.15.0 1,106 4/29/2025
10.14.13 804 7/1/2025
10.14.12 635 6/24/2025
10.14.11 774 6/17/2025
10.14.10 883 5/20/2025
10.14.9 793 5/13/2025
10.14.8 809 5/13/2025
10.14.7 703 5/7/2025
10.14.6 604 5/6/2025
10.14.5 706 4/29/2025
10.14.4 927 4/22/2025
10.14.3 915 4/10/2025
10.14.2 802 4/8/2025
10.14.1 1,065 4/1/2025
10.14.0 1,578 3/25/2025
10.13.8 1,040 4/22/2025
10.13.7 726 4/10/2025
10.13.6 729 4/8/2025
10.13.5 705 4/1/2025
10.13.4 992 3/25/2025
10.13.3 1,308 3/18/2025
10.13.2 823 3/11/2025
10.13.1 1,307 3/4/2025
10.13.0 6,901 2/25/2025
10.12.7 1,150 3/11/2025
10.12.6 733 3/4/2025
10.12.5 615 2/25/2025
10.12.4 1,010 2/18/2025
10.12.3 816 2/12/2025
10.12.2 609 2/11/2025
10.12.1 842 2/4/2025
10.12.0 4,482 1/28/2025
10.11.8 1,001 2/25/2025
10.11.7 681 2/18/2025
10.11.6 734 2/12/2025
10.11.5 619 2/11/2025
10.11.4 625 2/4/2025
10.11.3 682 1/28/2025
10.11.2 2,486 1/21/2025
10.11.1 653 1/14/2025
10.11.0 1,063 1/7/2025
10.10.8 921 2/12/2025
10.10.7 569 2/11/2025
10.10.6 745 1/16/2025
10.10.5 567 1/14/2025
10.10.4 646 1/7/2025
10.10.3 996 12/17/2024
10.10.2 636 12/10/2024
10.10.1 734 12/3/2024
10.10.0 885 11/26/2024
10.9.9 839 1/14/2025
10.9.8 834 12/17/2024
10.9.7 634 12/10/2024
10.9.6 670 12/3/2024
10.9.5 637 11/27/2024
10.9.4 2,014 11/26/2024
10.9.3 846 11/19/2024
10.9.2 855 11/12/2024
10.9.1 698 11/5/2024
10.9.0 2,949 10/29/2024
10.8.14 628 1/14/2025
10.8.13 791 12/17/2024
10.8.12 690 12/10/2024
10.8.11 683 12/3/2024
10.8.10 884 11/26/2024
10.8.9 664 11/19/2024
10.8.8 635 11/12/2024
10.8.7 639 11/7/2024
10.8.6 620 11/5/2024
10.8.5 632 10/29/2024
10.8.4 682 10/22/2024
10.8.3 711 10/15/2024
10.8.2 684 10/8/2024
10.8.1 743 10/1/2024
10.8.0 10,748 9/24/2024
10.7.11 655 11/19/2024
10.7.10 617 11/19/2024
10.7.9 711 10/29/2024
10.7.8 612 10/22/2024
10.7.7 620 10/15/2024
10.7.6 654 10/8/2024
10.7.5 701 10/1/2024
10.7.4 599 9/24/2024
10.7.3 783 9/17/2024
10.7.2 820 9/10/2024
10.7.1 746 9/4/2024
10.7.0 2,548 8/27/2024
10.6.18 638 11/19/2024
10.6.17 609 11/19/2024
10.6.16 755 10/15/2024
10.6.15 623 10/8/2024
10.6.14 642 10/1/2024
10.6.13 701 9/24/2024
10.6.12 633 9/17/2024
10.6.11 671 9/3/2024
10.6.10 702 8/27/2024
10.6.9 1,308 8/20/2024
10.6.8 768 8/13/2024
10.6.7 626 8/6/2024
10.6.6 782 7/19/2024
10.6.5 632 7/16/2024
10.6.4 708 7/9/2024
10.6.3 882 7/2/2024
10.6.2 3,110 6/25/2024
10.5.14 762 10/1/2024
10.5.13 648 9/24/2024
10.5.12 697 8/21/2024
10.5.11 732 8/13/2024
10.5.10 547 8/6/2024
10.5.9 665 7/19/2024
10.5.8 657 7/16/2024
10.5.7 606 7/5/2024
10.5.6 622 7/1/2024
10.5.5 669 6/25/2024
10.5.4 731 6/18/2024
10.5.3 764 6/11/2024
10.5.2 704 6/4/2024
10.5.1 649 6/4/2024
10.5.0 1,208 5/28/2024
10.4.8 603 8/6/2024
10.4.7 645 6/25/2024
10.4.6 668 6/11/2024
10.4.5 629 6/4/2024
10.4.4 647 5/28/2024
10.4.3 677 5/21/2024
10.4.2 1,070 5/14/2024
10.4.1 877 5/7/2024
10.4.0 3,156 4/30/2024
10.3.10 576 8/6/2024
10.3.9 634 6/25/2024
10.3.8 734 5/21/2024
10.3.7 586 5/14/2024
10.3.6 697 5/7/2024
10.3.5 662 4/30/2024
10.3.4 724 4/23/2024
10.3.3 711 4/16/2024
10.3.2 718 4/11/2024
10.3.1 681 4/9/2024
10.3.0 1,137 4/2/2024
10.2.8 777 4/23/2024
10.2.7 667 4/16/2024
10.2.6 684 4/11/2024
10.2.5 676 4/9/2024
10.2.4 639 4/2/2024
10.2.3 741 3/26/2024
10.2.2 786 3/19/2024
10.2.1 811 3/12/2024
10.2.0 1,042 3/5/2024
10.1.12 716 4/11/2024
10.1.11 712 4/9/2024
10.1.10 659 4/2/2024
10.1.9 731 3/19/2024
10.1.8 699 3/13/2024
10.1.7 659 3/12/2024
10.1.6 710 3/5/2024
10.1.5 711 2/27/2024
10.1.4 929 2/20/2024
10.1.3 753 2/14/2024
10.1.2 708 2/7/2024
10.1.1 719 2/6/2024
10.1.0 825 1/30/2024
10.0.39 913 4/11/2024
10.0.38 844 4/2/2024
10.0.37 908 3/5/2024
10.0.36 889 2/27/2024
10.0.35 956 2/20/2024
10.0.34 1,213 2/14/2024
10.0.33 1,143 2/1/2024
10.0.32 1,272 1/24/2024
10.0.31 974 1/19/2024
10.0.30 986 1/18/2024
10.0.29 1,256 1/16/2024
10.0.28 1,274 1/16/2024
10.0.27 1,177 1/11/2024
10.0.26 1,241 12/19/2023
10.0.25 2,943 12/12/2023
10.0.24 2,623 12/5/2023
10.0.22 1,793 11/28/2023
10.0.21 3,097 11/23/2023
10.0.20 1,005 11/21/2023
10.0.19 1,968 11/14/2023
10.0.18 950 11/9/2023
10.0.17 1,760 11/2/2023
10.0.16 988 10/25/2023
10.0.15 1,316 10/19/2023
10.0.14 1,557 10/11/2023
10.0.13 1,224 9/27/2023
10.0.12 958 9/26/2023
10.0.11 22,619 9/22/2023
10.0.10 1,085 9/13/2023
10.0.9 2,746 8/30/2023
10.0.8 1,040 8/25/2023
10.0.7 1,296 8/22/2023
10.0.6 1,230 8/10/2023
10.0.5 1,496 8/2/2023
10.0.4 1,154 7/13/2023
10.0.3 1,487 7/5/2023
10.0.2 1,806 6/27/2023
10.0.1 1,229 6/20/2023
10.0.0 25,411 6/14/2023
4.1.2 711 7/10/2025
4.1.1 40,623 8/14/2023
4.1.0 36,062 2/6/2023
4.0.4 49,572 11/16/2022
4.0.3 83,371 7/8/2022
4.0.2 141,813 11/22/2021
4.0.1 10,333 11/9/2021
3.1.0 297,131 1/19/2021
3.0.5 57,080 11/12/2020
3.0.0 68,759 7/9/2020
2.14.1 77,627 4/6/2020
2.14.0 10,932 3/18/2020
2.13.1 45,475 2/21/2020
2.13.0 4,327 2/10/2020
2.12.1 11,228 2/7/2020
2.11.0 866 2/7/2020
2.10.0 21,068 12/20/2019
2.9.0 30,165 11/12/2019
2.8.0 34,701 9/5/2019
2.7.2 28,370 8/5/2019
2.7.1 8,769 7/10/2019
2.7.0 35,796 3/15/2019
2.6.0 26,651 3/15/2019
2.5.0 58,588 3/15/2019
2.4.1 16,654 3/15/2019
2.4.0 7,363 3/15/2019
2.3.1 80,864 3/15/2019
2.3.0 35,175 3/15/2019
2.2.0 57,529 3/15/2019
2.1.1 15,751 3/15/2019
2.1.0 81,336 3/15/2019
2.0.1 855 3/15/2019
2.0.0 7,381 3/15/2019
1.8.0 14,608 3/15/2019
1.7.1 848 3/15/2019
1.7.0 4,214 3/15/2019
1.6.0 871 3/15/2019
1.5.4 822 3/15/2019
1.5.2 2,928 3/15/2019
1.5.1 8,824 3/15/2019
1.5.0 842 3/15/2019
1.4.1 876 3/15/2019
1.4.0 847 3/15/2019
1.3.3 29,734 3/15/2019
1.3.2 22,339 3/15/2019
1.3.0 18,084 3/15/2019
1.1.1 98,211 3/15/2019
1.0.2 215,025 3/15/2019