Dynamicweb.Core 10.16.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Core --version 10.16.0
                    
NuGet\Install-Package Dynamicweb.Core -Version 10.16.0
                    
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.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Core" Version="10.16.0" />
                    
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.0
                    
#r "nuget: Dynamicweb.Core, 10.16.0"
                    
#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.0
                    
Install Dynamicweb.Core as a Cake Addin
#tool nuget:?package=Dynamicweb.Core&version=10.16.0
                    
Install Dynamicweb.Core 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.2 206 6/4/2025
10.16.1 302 6/3/2025
10.16.0 548 5/27/2025
10.15.6 342 6/3/2025
10.15.5 443 5/27/2025
10.15.4 625 5/20/2025
10.15.3 690 5/13/2025
10.15.2 528 5/13/2025
10.15.1 659 5/6/2025
10.15.0 761 4/29/2025
10.14.10 509 5/20/2025
10.14.9 551 5/13/2025
10.14.8 568 5/13/2025
10.14.7 462 5/7/2025
10.14.6 392 5/6/2025
10.14.5 449 4/29/2025
10.14.4 691 4/22/2025
10.14.3 666 4/10/2025
10.14.2 537 4/8/2025
10.14.1 782 4/1/2025
10.14.0 1,174 3/25/2025
10.13.8 633 4/22/2025
10.13.7 496 4/10/2025
10.13.6 503 4/8/2025
10.13.5 483 4/1/2025
10.13.4 760 3/25/2025
10.13.3 963 3/18/2025
10.13.2 581 3/11/2025
10.13.1 1,022 3/4/2025
10.13.0 6,363 2/25/2025
10.12.7 818 3/11/2025
10.12.6 513 3/4/2025
10.12.5 394 2/25/2025
10.12.4 702 2/18/2025
10.12.3 572 2/12/2025
10.12.2 387 2/11/2025
10.12.1 554 2/4/2025
10.12.0 4,015 1/28/2025
10.11.8 693 2/25/2025
10.11.7 455 2/18/2025
10.11.6 471 2/12/2025
10.11.5 381 2/11/2025
10.11.4 402 2/4/2025
10.11.3 428 1/28/2025
10.11.2 1,881 1/21/2025
10.11.1 431 1/14/2025
10.11.0 786 1/7/2025
10.10.8 596 2/12/2025
10.10.7 361 2/11/2025
10.10.6 483 1/16/2025
10.10.5 348 1/14/2025
10.10.4 417 1/7/2025
10.10.3 743 12/17/2024
10.10.2 423 12/10/2024
10.10.1 484 12/3/2024
10.10.0 640 11/26/2024
10.9.9 543 1/14/2025
10.9.8 578 12/17/2024
10.9.7 383 12/10/2024
10.9.6 423 12/3/2024
10.9.5 384 11/27/2024
10.9.4 1,392 11/26/2024
10.9.3 595 11/19/2024
10.9.2 605 11/12/2024
10.9.1 451 11/5/2024
10.9.0 1,806 10/29/2024
10.8.14 372 1/14/2025
10.8.13 498 12/17/2024
10.8.12 413 12/10/2024
10.8.11 426 12/3/2024
10.8.10 467 11/26/2024
10.8.9 393 11/19/2024
10.8.8 400 11/12/2024
10.8.7 406 11/7/2024
10.8.6 388 11/5/2024
10.8.5 402 10/29/2024
10.8.4 452 10/22/2024
10.8.3 466 10/15/2024
10.8.2 462 10/8/2024
10.8.1 517 10/1/2024
10.8.0 10,103 9/24/2024
10.7.11 395 11/19/2024
10.7.10 377 11/19/2024
10.7.9 451 10/29/2024
10.7.8 366 10/22/2024
10.7.7 385 10/15/2024
10.7.6 414 10/8/2024
10.7.5 441 10/1/2024
10.7.4 395 9/24/2024
10.7.3 540 9/17/2024
10.7.2 584 9/10/2024
10.7.1 535 9/4/2024
10.7.0 2,140 8/27/2024
10.6.18 420 11/19/2024
10.6.17 361 11/19/2024
10.6.16 457 10/15/2024
10.6.15 397 10/8/2024
10.6.14 419 10/1/2024
10.6.13 458 9/24/2024
10.6.12 429 9/17/2024
10.6.11 436 9/3/2024
10.6.10 481 8/27/2024
10.6.9 950 8/20/2024
10.6.8 543 8/13/2024
10.6.7 389 8/6/2024
10.6.6 551 7/19/2024
10.6.5 405 7/16/2024
10.6.4 497 7/9/2024
10.6.3 618 7/2/2024
10.6.2 2,353 6/25/2024
10.5.14 490 10/1/2024
10.5.13 405 9/24/2024
10.5.12 470 8/21/2024
10.5.11 504 8/13/2024
10.5.10 340 8/6/2024
10.5.9 446 7/19/2024
10.5.8 431 7/16/2024
10.5.7 382 7/5/2024
10.5.6 431 7/1/2024
10.5.5 423 6/25/2024
10.5.4 505 6/18/2024
10.5.3 519 6/11/2024
10.5.2 486 6/4/2024
10.5.1 429 6/4/2024
10.5.0 958 5/28/2024
10.4.8 375 8/6/2024
10.4.7 423 6/25/2024
10.4.6 431 6/11/2024
10.4.5 416 6/4/2024
10.4.4 422 5/28/2024
10.4.3 439 5/21/2024
10.4.2 693 5/14/2024
10.4.1 629 5/7/2024
10.4.0 2,132 4/30/2024
10.3.10 361 8/6/2024
10.3.9 413 6/25/2024
10.3.8 496 5/21/2024
10.3.7 376 5/14/2024
10.3.6 460 5/7/2024
10.3.5 436 4/30/2024
10.3.4 495 4/23/2024
10.3.3 486 4/16/2024
10.3.2 516 4/11/2024
10.3.1 430 4/9/2024
10.3.0 840 4/2/2024
10.2.8 533 4/23/2024
10.2.7 447 4/16/2024
10.2.6 454 4/11/2024
10.2.5 445 4/9/2024
10.2.4 413 4/2/2024
10.2.3 528 3/26/2024
10.2.2 555 3/19/2024
10.2.1 565 3/12/2024
10.2.0 829 3/5/2024
10.1.12 471 4/11/2024
10.1.11 477 4/9/2024
10.1.10 434 4/2/2024
10.1.9 492 3/19/2024
10.1.8 488 3/13/2024
10.1.7 432 3/12/2024
10.1.6 504 3/5/2024
10.1.5 501 2/27/2024
10.1.4 648 2/20/2024
10.1.3 526 2/14/2024
10.1.2 508 2/7/2024
10.1.1 489 2/6/2024
10.1.0 606 1/30/2024
10.0.39 614 4/11/2024
10.0.38 563 4/2/2024
10.0.37 645 3/5/2024
10.0.36 647 2/27/2024
10.0.35 672 2/20/2024
10.0.34 902 2/14/2024
10.0.33 837 2/1/2024
10.0.32 952 1/24/2024
10.0.31 702 1/19/2024
10.0.30 691 1/18/2024
10.0.29 1,002 1/16/2024
10.0.28 951 1/16/2024
10.0.27 941 1/11/2024
10.0.26 976 12/19/2023
10.0.25 2,679 12/12/2023
10.0.24 2,311 12/5/2023
10.0.22 1,505 11/28/2023
10.0.21 2,830 11/23/2023
10.0.20 758 11/21/2023
10.0.19 1,540 11/14/2023
10.0.18 680 11/9/2023
10.0.17 1,417 11/2/2023
10.0.16 713 10/25/2023
10.0.15 1,027 10/19/2023
10.0.14 1,189 10/11/2023
10.0.13 939 9/27/2023
10.0.12 694 9/26/2023
10.0.11 15,060 9/22/2023
10.0.10 808 9/13/2023
10.0.9 2,246 8/30/2023
10.0.8 767 8/25/2023
10.0.7 982 8/22/2023
10.0.6 981 8/10/2023
10.0.5 1,212 8/2/2023
10.0.4 883 7/13/2023
10.0.3 1,132 7/5/2023
10.0.2 1,422 6/27/2023
10.0.1 955 6/20/2023
10.0.0 17,626 6/14/2023
4.1.1 35,026 8/14/2023
4.1.0 33,595 2/6/2023
4.0.4 45,967 11/16/2022
4.0.3 78,277 7/8/2022
4.0.2 135,414 11/22/2021
4.0.1 9,177 11/9/2021
3.1.0 283,949 1/19/2021
3.0.5 52,944 11/12/2020
3.0.0 66,689 7/9/2020
2.14.1 75,214 4/6/2020
2.14.0 10,512 3/18/2020
2.13.1 43,986 2/21/2020
2.13.0 4,187 2/10/2020
2.12.1 10,895 2/7/2020
2.11.0 763 2/7/2020
2.10.0 20,428 12/20/2019
2.9.0 29,156 11/12/2019
2.8.0 33,789 9/5/2019
2.7.2 27,494 8/5/2019
2.7.1 8,390 7/10/2019
2.7.0 33,623 3/15/2019
2.6.0 25,209 3/15/2019
2.5.0 56,416 3/15/2019
2.4.1 15,946 3/15/2019
2.4.0 7,133 3/15/2019
2.3.1 77,205 3/15/2019
2.3.0 33,676 3/15/2019
2.2.0 55,693 3/15/2019
2.1.1 15,063 3/15/2019
2.1.0 76,166 3/15/2019
2.0.1 749 3/15/2019
2.0.0 7,121 3/15/2019
1.8.0 13,884 3/15/2019
1.7.1 748 3/15/2019
1.7.0 3,887 3/15/2019
1.6.0 771 3/15/2019
1.5.4 732 3/15/2019
1.5.2 2,782 3/15/2019
1.5.1 8,389 3/15/2019
1.5.0 758 3/15/2019
1.4.1 770 3/15/2019
1.4.0 762 3/15/2019
1.3.3 28,630 3/15/2019
1.3.2 21,306 3/15/2019
1.3.0 17,134 3/15/2019
1.1.1 92,923 3/15/2019
1.0.2 204,175 3/15/2019