Dynamicweb.Core 10.16.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Core --version 10.16.2
                    
NuGet\Install-Package Dynamicweb.Core -Version 10.16.2
                    
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.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Core" Version="10.16.2" />
                    
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.2
                    
#r "nuget: Dynamicweb.Core, 10.16.2"
                    
#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.
#addin nuget:?package=Dynamicweb.Core&version=10.16.2
                    
Install as a Cake Addin
#tool nuget:?package=Dynamicweb.Core&version=10.16.2
                    
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 (136)

Showing the top 5 NuGet packages that depend on Dynamicweb.Core:

Package Downloads
Dynamicweb.Caching

Caching API

Dynamicweb.Configuration

Configuration API

Dynamicweb

Dynamicweb main 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.16.5 566 6/17/2025
10.16.4 652 6/12/2025
10.16.3 602 6/10/2025
10.16.2 465 6/4/2025
10.16.1 399 6/3/2025
10.16.0 651 5/27/2025
10.15.8 281 6/24/2025
10.15.7 479 6/17/2025
10.15.6 507 6/3/2025
10.15.5 455 5/27/2025
10.15.4 638 5/20/2025
10.15.3 715 5/13/2025
10.15.2 536 5/13/2025
10.15.1 681 5/6/2025
10.15.0 832 4/29/2025
10.14.12 279 6/24/2025
10.14.11 478 6/17/2025
10.14.10 610 5/20/2025
10.14.9 561 5/13/2025
10.14.8 575 5/13/2025
10.14.7 471 5/7/2025
10.14.6 399 5/6/2025
10.14.5 456 4/29/2025
10.14.4 696 4/22/2025
10.14.3 671 4/10/2025
10.14.2 544 4/8/2025
10.14.1 793 4/1/2025
10.14.0 1,187 3/25/2025
10.13.8 726 4/22/2025
10.13.7 503 4/10/2025
10.13.6 509 4/8/2025
10.13.5 488 4/1/2025
10.13.4 764 3/25/2025
10.13.3 987 3/18/2025
10.13.2 586 3/11/2025
10.13.1 1,052 3/4/2025
10.13.0 6,657 2/25/2025
10.12.7 834 3/11/2025
10.12.6 518 3/4/2025
10.12.5 399 2/25/2025
10.12.4 714 2/18/2025
10.12.3 580 2/12/2025
10.12.2 391 2/11/2025
10.12.1 558 2/4/2025
10.12.0 4,040 1/28/2025
10.11.8 699 2/25/2025
10.11.7 462 2/18/2025
10.11.6 479 2/12/2025
10.11.5 397 2/11/2025
10.11.4 406 2/4/2025
10.11.3 444 1/28/2025
10.11.2 1,956 1/21/2025
10.11.1 439 1/14/2025
10.11.0 791 1/7/2025
10.10.8 601 2/12/2025
10.10.7 367 2/11/2025
10.10.6 494 1/16/2025
10.10.5 357 1/14/2025
10.10.4 421 1/7/2025
10.10.3 752 12/17/2024
10.10.2 427 12/10/2024
10.10.1 490 12/3/2024
10.10.0 646 11/26/2024
10.9.9 550 1/14/2025
10.9.8 588 12/17/2024
10.9.7 391 12/10/2024
10.9.6 432 12/3/2024
10.9.5 390 11/27/2024
10.9.4 1,472 11/26/2024
10.9.3 601 11/19/2024
10.9.2 613 11/12/2024
10.9.1 459 11/5/2024
10.9.0 1,910 10/29/2024
10.8.14 378 1/14/2025
10.8.13 504 12/17/2024
10.8.12 424 12/10/2024
10.8.11 433 12/3/2024
10.8.10 546 11/26/2024
10.8.9 400 11/19/2024
10.8.8 404 11/12/2024
10.8.7 411 11/7/2024
10.8.6 395 11/5/2024
10.8.5 407 10/29/2024
10.8.4 457 10/22/2024
10.8.3 471 10/15/2024
10.8.2 473 10/8/2024
10.8.1 524 10/1/2024
10.8.0 10,176 9/24/2024
10.7.11 400 11/19/2024
10.7.10 386 11/19/2024
10.7.9 455 10/29/2024
10.7.8 371 10/22/2024
10.7.7 389 10/15/2024
10.7.6 426 10/8/2024
10.7.5 452 10/1/2024
10.7.4 400 9/24/2024
10.7.3 544 9/17/2024
10.7.2 590 9/10/2024
10.7.1 539 9/4/2024
10.7.0 2,172 8/27/2024
10.6.18 426 11/19/2024
10.6.17 371 11/19/2024
10.6.16 462 10/15/2024
10.6.15 403 10/8/2024
10.6.14 425 10/1/2024
10.6.13 464 9/24/2024
10.6.12 433 9/17/2024
10.6.11 440 9/3/2024
10.6.10 492 8/27/2024
10.6.9 973 8/20/2024
10.6.8 548 8/13/2024
10.6.7 398 8/6/2024
10.6.6 555 7/19/2024
10.6.5 414 7/16/2024
10.6.4 503 7/9/2024
10.6.3 623 7/2/2024
10.6.2 2,455 6/25/2024
10.5.14 495 10/1/2024
10.5.13 413 9/24/2024
10.5.12 477 8/21/2024
10.5.11 511 8/13/2024
10.5.10 344 8/6/2024
10.5.9 450 7/19/2024
10.5.8 437 7/16/2024
10.5.7 387 7/5/2024
10.5.6 436 7/1/2024
10.5.5 432 6/25/2024
10.5.4 510 6/18/2024
10.5.3 532 6/11/2024
10.5.2 490 6/4/2024
10.5.1 434 6/4/2024
10.5.0 963 5/28/2024
10.4.8 379 8/6/2024
10.4.7 429 6/25/2024
10.4.6 436 6/11/2024
10.4.5 421 6/4/2024
10.4.4 427 5/28/2024
10.4.3 446 5/21/2024
10.4.2 715 5/14/2024
10.4.1 634 5/7/2024
10.4.0 2,254 4/30/2024
10.3.10 365 8/6/2024
10.3.9 419 6/25/2024
10.3.8 502 5/21/2024
10.3.7 380 5/14/2024
10.3.6 465 5/7/2024
10.3.5 443 4/30/2024
10.3.4 499 4/23/2024
10.3.3 490 4/16/2024
10.3.2 521 4/11/2024
10.3.1 436 4/9/2024
10.3.0 853 4/2/2024
10.2.8 538 4/23/2024
10.2.7 452 4/16/2024
10.2.6 464 4/11/2024
10.2.5 451 4/9/2024
10.2.4 421 4/2/2024
10.2.3 532 3/26/2024
10.2.2 560 3/19/2024
10.2.1 571 3/12/2024
10.2.0 834 3/5/2024
10.1.12 478 4/11/2024
10.1.11 485 4/9/2024
10.1.10 438 4/2/2024
10.1.9 498 3/19/2024
10.1.8 493 3/13/2024
10.1.7 437 3/12/2024
10.1.6 512 3/5/2024
10.1.5 506 2/27/2024
10.1.4 653 2/20/2024
10.1.3 531 2/14/2024
10.1.2 512 2/7/2024
10.1.1 493 2/6/2024
10.1.0 611 1/30/2024
10.0.39 619 4/11/2024
10.0.38 570 4/2/2024
10.0.37 652 3/5/2024
10.0.36 651 2/27/2024
10.0.35 677 2/20/2024
10.0.34 908 2/14/2024
10.0.33 841 2/1/2024
10.0.32 960 1/24/2024
10.0.31 710 1/19/2024
10.0.30 696 1/18/2024
10.0.29 1,007 1/16/2024
10.0.28 956 1/16/2024
10.0.27 945 1/11/2024
10.0.26 988 12/19/2023
10.0.25 2,683 12/12/2023
10.0.24 2,316 12/5/2023
10.0.22 1,511 11/28/2023
10.0.21 2,836 11/23/2023
10.0.20 762 11/21/2023
10.0.19 1,543 11/14/2023
10.0.18 684 11/9/2023
10.0.17 1,420 11/2/2023
10.0.16 717 10/25/2023
10.0.15 1,038 10/19/2023
10.0.14 1,192 10/11/2023
10.0.13 942 9/27/2023
10.0.12 703 9/26/2023
10.0.11 15,840 9/22/2023
10.0.10 812 9/13/2023
10.0.9 2,250 8/30/2023
10.0.8 770 8/25/2023
10.0.7 986 8/22/2023
10.0.6 989 8/10/2023
10.0.5 1,224 8/2/2023
10.0.4 894 7/13/2023
10.0.3 1,137 7/5/2023
10.0.2 1,427 6/27/2023
10.0.1 961 6/20/2023
10.0.0 18,426 6/14/2023
4.1.1 35,809 8/14/2023
4.1.0 33,918 2/6/2023
4.0.4 46,185 11/16/2022
4.0.3 78,529 7/8/2022
4.0.2 135,669 11/22/2021
4.0.1 9,216 11/9/2021
3.1.0 284,275 1/19/2021
3.0.5 53,133 11/12/2020
3.0.0 66,717 7/9/2020
2.14.1 75,234 4/6/2020
2.14.0 10,529 3/18/2020
2.13.1 44,003 2/21/2020
2.13.0 4,199 2/10/2020
2.12.1 10,906 2/7/2020
2.11.0 778 2/7/2020
2.10.0 20,444 12/20/2019
2.9.0 29,171 11/12/2019
2.8.0 33,828 9/5/2019
2.7.2 27,535 8/5/2019
2.7.1 8,401 7/10/2019
2.7.0 33,768 3/15/2019
2.6.0 25,350 3/15/2019
2.5.0 56,430 3/15/2019
2.4.1 15,974 3/15/2019
2.4.0 7,146 3/15/2019
2.3.1 77,320 3/15/2019
2.3.0 33,692 3/15/2019
2.2.0 55,712 3/15/2019
2.1.1 15,108 3/15/2019
2.1.0 76,303 3/15/2019
2.0.1 766 3/15/2019
2.0.0 7,132 3/15/2019
1.8.0 13,898 3/15/2019
1.7.1 760 3/15/2019
1.7.0 3,901 3/15/2019
1.6.0 784 3/15/2019
1.5.4 749 3/15/2019
1.5.2 2,793 3/15/2019
1.5.1 8,401 3/15/2019
1.5.0 770 3/15/2019
1.4.1 787 3/15/2019
1.4.0 774 3/15/2019
1.3.3 28,651 3/15/2019
1.3.2 21,317 3/15/2019
1.3.0 17,149 3/15/2019
1.1.1 93,036 3/15/2019
1.0.2 204,297 3/15/2019