Dynamicweb.Core 10.16.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Core --version 10.16.8
                    
NuGet\Install-Package Dynamicweb.Core -Version 10.16.8
                    
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.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Core" Version="10.16.8" />
                    
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.8
                    
#r "nuget: Dynamicweb.Core, 10.16.8"
                    
#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.8
                    
#: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.8
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Core&version=10.16.8
                    
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.19.5-PreRelease 132 9/22/2025
10.19.4-PreRelease 451 9/16/2025
10.19.3-PreRelease 301 9/9/2025
10.19.2-PreRelease 298 9/4/2025
10.19.1-PreRelease 298 9/2/2025
10.19.0-PreRelease 357 8/26/2025
10.18.9 202 9/22/2025
10.18.8 591 9/16/2025
10.18.7 394 9/9/2025
10.18.6 373 9/4/2025
10.18.5 496 9/2/2025
10.18.4 892 8/26/2025
10.18.3-PreRelease 285 8/19/2025
10.18.2-PreRelease 301 8/12/2025
10.18.1-PreRelease 373 8/7/2025
10.18.0-PreRelease 455 7/25/2025
10.17.10 175 9/22/2025
10.17.9 573 9/16/2025
10.17.8 467 9/2/2025
10.17.7 444 8/26/2025
10.17.6 426 8/19/2025
10.17.5 527 8/12/2025
10.17.4 459 8/5/2025
10.17.3 834 7/22/2025
10.17.2 506 7/15/2025
10.17.1 602 7/8/2025
10.17.0 742 7/1/2025
10.16.12 167 9/22/2025
10.16.11 518 9/16/2025
10.16.10 321 9/9/2025
10.16.9 572 8/12/2025
10.16.8 503 8/5/2025
10.16.7 902 7/22/2025
10.16.6 641 7/1/2025
10.16.5 1,017 6/17/2025
10.16.4 766 6/12/2025
10.16.3 678 6/10/2025
10.16.2 535 6/4/2025
10.16.1 464 6/3/2025
10.16.0 942 5/27/2025
10.15.11 512 8/26/2025
10.15.10 544 8/5/2025
10.15.9 652 7/1/2025
10.15.8 490 6/24/2025
10.15.7 557 6/17/2025
10.15.6 601 6/3/2025
10.15.5 537 5/27/2025
10.15.4 713 5/20/2025
10.15.3 895 5/13/2025
10.15.2 671 5/13/2025
10.15.1 814 5/6/2025
10.15.0 935 4/29/2025
10.14.13 604 7/1/2025
10.14.12 487 6/24/2025
10.14.11 612 6/17/2025
10.14.10 698 5/20/2025
10.14.9 644 5/13/2025
10.14.8 648 5/13/2025
10.14.7 543 5/7/2025
10.14.6 456 5/6/2025
10.14.5 531 4/29/2025
10.14.4 763 4/22/2025
10.14.3 749 4/10/2025
10.14.2 635 4/8/2025
10.14.1 895 4/1/2025
10.14.0 1,396 3/25/2025
10.13.8 805 4/22/2025
10.13.7 568 4/10/2025
10.13.6 574 4/8/2025
10.13.5 549 4/1/2025
10.13.4 827 3/25/2025
10.13.3 1,147 3/18/2025
10.13.2 663 3/11/2025
10.13.1 1,143 3/4/2025
10.13.0 6,731 2/25/2025
10.12.7 922 3/11/2025
10.12.6 580 3/4/2025
10.12.5 463 2/25/2025
10.12.4 846 2/18/2025
10.12.3 656 2/12/2025
10.12.2 454 2/11/2025
10.12.1 672 2/4/2025
10.12.0 4,295 1/28/2025
10.11.8 769 2/25/2025
10.11.7 534 2/18/2025
10.11.6 563 2/12/2025
10.11.5 468 2/11/2025
10.11.4 470 2/4/2025
10.11.3 525 1/28/2025
10.11.2 2,286 1/21/2025
10.11.1 508 1/14/2025
10.11.0 867 1/7/2025
10.10.8 682 2/12/2025
10.10.7 430 2/11/2025
10.10.6 566 1/16/2025
10.10.5 429 1/14/2025
10.10.4 485 1/7/2025
10.10.3 821 12/17/2024
10.10.2 494 12/10/2024
10.10.1 560 12/3/2024
10.10.0 720 11/26/2024
10.9.9 636 1/14/2025
10.9.8 662 12/17/2024
10.9.7 464 12/10/2024
10.9.6 509 12/3/2024
10.9.5 469 11/27/2024
10.9.4 1,828 11/26/2024
10.9.3 667 11/19/2024
10.9.2 680 11/12/2024
10.9.1 535 11/5/2024
10.9.0 2,590 10/29/2024
10.8.14 453 1/14/2025
10.8.13 588 12/17/2024
10.8.12 502 12/10/2024
10.8.11 506 12/3/2024
10.8.10 659 11/26/2024
10.8.9 478 11/19/2024
10.8.8 471 11/12/2024
10.8.7 476 11/7/2024
10.8.6 461 11/5/2024
10.8.5 472 10/29/2024
10.8.4 521 10/22/2024
10.8.3 551 10/15/2024
10.8.2 543 10/8/2024
10.8.1 582 10/1/2024
10.8.0 10,485 9/24/2024
10.7.11 476 11/19/2024
10.7.10 452 11/19/2024
10.7.9 520 10/29/2024
10.7.8 445 10/22/2024
10.7.7 470 10/15/2024
10.7.6 495 10/8/2024
10.7.5 526 10/1/2024
10.7.4 460 9/24/2024
10.7.3 616 9/17/2024
10.7.2 659 9/10/2024
10.7.1 609 9/4/2024
10.7.0 2,328 8/27/2024
10.6.18 491 11/19/2024
10.6.17 443 11/19/2024
10.6.16 534 10/15/2024
10.6.15 463 10/8/2024
10.6.14 500 10/1/2024
10.6.13 537 9/24/2024
10.6.12 498 9/17/2024
10.6.11 510 9/3/2024
10.6.10 562 8/27/2024
10.6.9 1,113 8/20/2024
10.6.8 605 8/13/2024
10.6.7 473 8/6/2024
10.6.6 625 7/19/2024
10.6.5 484 7/16/2024
10.6.4 562 7/9/2024
10.6.3 693 7/2/2024
10.6.2 2,859 6/25/2024
10.5.14 560 10/1/2024
10.5.13 482 9/24/2024
10.5.12 542 8/21/2024
10.5.11 575 8/13/2024
10.5.10 409 8/6/2024
10.5.9 513 7/19/2024
10.5.8 503 7/16/2024
10.5.7 456 7/5/2024
10.5.6 495 7/1/2024
10.5.5 505 6/25/2024
10.5.4 571 6/18/2024
10.5.3 605 6/11/2024
10.5.2 551 6/4/2024
10.5.1 505 6/4/2024
10.5.0 1,034 5/28/2024
10.4.8 459 8/6/2024
10.4.7 497 6/25/2024
10.4.6 511 6/11/2024
10.4.5 484 6/4/2024
10.4.4 495 5/28/2024
10.4.3 517 5/21/2024
10.4.2 890 5/14/2024
10.4.1 716 5/7/2024
10.4.0 2,831 4/30/2024
10.3.10 429 8/6/2024
10.3.9 490 6/25/2024
10.3.8 575 5/21/2024
10.3.7 442 5/14/2024
10.3.6 527 5/7/2024
10.3.5 513 4/30/2024
10.3.4 561 4/23/2024
10.3.3 566 4/16/2024
10.3.2 577 4/11/2024
10.3.1 514 4/9/2024
10.3.0 926 4/2/2024
10.2.8 616 4/23/2024
10.2.7 510 4/16/2024
10.2.6 530 4/11/2024
10.2.5 525 4/9/2024
10.2.4 497 4/2/2024
10.2.3 593 3/26/2024
10.2.2 633 3/19/2024
10.2.1 642 3/12/2024
10.2.0 897 3/5/2024
10.1.12 553 4/11/2024
10.1.11 560 4/9/2024
10.1.10 511 4/2/2024
10.1.9 568 3/19/2024
10.1.8 554 3/13/2024
10.1.7 500 3/12/2024
10.1.6 570 3/5/2024
10.1.5 571 2/27/2024
10.1.4 735 2/20/2024
10.1.3 601 2/14/2024
10.1.2 571 2/7/2024
10.1.1 559 2/6/2024
10.1.0 670 1/30/2024
10.0.39 695 4/11/2024
10.0.38 652 4/2/2024
10.0.37 716 3/5/2024
10.0.36 716 2/27/2024
10.0.35 762 2/20/2024
10.0.34 989 2/14/2024
10.0.33 900 2/1/2024
10.0.32 1,041 1/24/2024
10.0.31 786 1/19/2024
10.0.30 774 1/18/2024
10.0.29 1,084 1/16/2024
10.0.28 1,037 1/16/2024
10.0.27 1,011 1/11/2024
10.0.26 1,061 12/19/2023
10.0.25 2,752 12/12/2023
10.0.24 2,386 12/5/2023
10.0.22 1,578 11/28/2023
10.0.21 2,913 11/23/2023
10.0.20 833 11/21/2023
10.0.19 1,602 11/14/2023
10.0.18 757 11/9/2023
10.0.17 1,488 11/2/2023
10.0.16 795 10/25/2023
10.0.15 1,115 10/19/2023
10.0.14 1,263 10/11/2023
10.0.13 1,009 9/27/2023
10.0.12 783 9/26/2023
10.0.11 18,696 9/22/2023
10.0.10 889 9/13/2023
10.0.9 2,323 8/30/2023
10.0.8 853 8/25/2023
10.0.7 1,071 8/22/2023
10.0.6 1,075 8/10/2023
10.0.5 1,307 8/2/2023
10.0.4 989 7/13/2023
10.0.3 1,228 7/5/2023
10.0.2 1,516 6/27/2023
10.0.1 1,053 6/20/2023
10.0.0 21,057 6/14/2023
4.1.2 533 7/10/2025
4.1.1 38,010 8/14/2023
4.1.0 34,800 2/6/2023
4.0.4 47,068 11/16/2022
4.0.3 79,689 7/8/2022
4.0.2 136,871 11/22/2021
4.0.1 9,548 11/9/2021
3.1.0 286,291 1/19/2021
3.0.5 53,988 11/12/2020
3.0.0 66,805 7/9/2020
2.14.1 75,420 4/6/2020
2.14.0 10,616 3/18/2020
2.13.1 44,263 2/21/2020
2.13.0 4,273 2/10/2020
2.12.1 10,986 2/7/2020
2.11.0 849 2/7/2020
2.10.0 20,516 12/20/2019
2.9.0 29,298 11/12/2019
2.8.0 33,963 9/5/2019
2.7.2 27,647 8/5/2019
2.7.1 8,466 7/10/2019
2.7.0 34,372 3/15/2019
2.6.0 25,965 3/15/2019
2.5.0 56,630 3/15/2019
2.4.1 16,099 3/15/2019
2.4.0 7,211 3/15/2019
2.3.1 77,812 3/15/2019
2.3.0 33,882 3/15/2019
2.2.0 55,809 3/15/2019
2.1.1 15,236 3/15/2019
2.1.0 77,817 3/15/2019
2.0.1 839 3/15/2019
2.0.0 7,205 3/15/2019
1.8.0 13,963 3/15/2019
1.7.1 831 3/15/2019
1.7.0 3,988 3/15/2019
1.6.0 856 3/15/2019
1.5.4 816 3/15/2019
1.5.2 2,855 3/15/2019
1.5.1 8,459 3/15/2019
1.5.0 828 3/15/2019
1.4.1 859 3/15/2019
1.4.0 833 3/15/2019
1.3.3 28,850 3/15/2019
1.3.2 21,387 3/15/2019
1.3.0 17,354 3/15/2019
1.1.1 93,478 3/15/2019
1.0.2 205,832 3/15/2019