Dynamicweb.Core 10.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Core --version 10.1.0
                    
NuGet\Install-Package Dynamicweb.Core -Version 10.1.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.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dynamicweb.Core" Version="10.1.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.1.0
                    
#r "nuget: Dynamicweb.Core, 10.1.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.1.0
                    
Install Dynamicweb.Core as a Cake Addin
#tool nuget:?package=Dynamicweb.Core&version=10.1.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. 
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.15.1 278 5/6/2025
10.15.0 574 4/29/2025
10.14.7 232 5/7/2025
10.14.6 239 5/6/2025
10.14.5 422 4/29/2025
10.14.4 679 4/22/2025
10.14.3 658 4/10/2025
10.14.2 524 4/8/2025
10.14.1 772 4/1/2025
10.14.0 1,159 3/25/2025
10.13.8 485 4/22/2025
10.13.7 492 4/10/2025
10.13.6 499 4/8/2025
10.13.5 478 4/1/2025
10.13.4 756 3/25/2025
10.13.3 835 3/18/2025
10.13.2 577 3/11/2025
10.13.1 990 3/4/2025
10.13.0 6,145 2/25/2025
10.12.7 720 3/11/2025
10.12.6 508 3/4/2025
10.12.5 389 2/25/2025
10.12.4 688 2/18/2025
10.12.3 568 2/12/2025
10.12.2 383 2/11/2025
10.12.1 550 2/4/2025
10.12.0 3,981 1/28/2025
10.11.8 689 2/25/2025
10.11.7 450 2/18/2025
10.11.6 467 2/12/2025
10.11.5 377 2/11/2025
10.11.4 398 2/4/2025
10.11.3 424 1/28/2025
10.11.2 1,744 1/21/2025
10.11.1 428 1/14/2025
10.11.0 782 1/7/2025
10.10.8 592 2/12/2025
10.10.7 357 2/11/2025
10.10.6 479 1/16/2025
10.10.5 345 1/14/2025
10.10.4 413 1/7/2025
10.10.3 717 12/17/2024
10.10.2 420 12/10/2024
10.10.1 479 12/3/2024
10.10.0 635 11/26/2024
10.9.9 540 1/14/2025
10.9.8 573 12/17/2024
10.9.7 380 12/10/2024
10.9.6 419 12/3/2024
10.9.5 381 11/27/2024
10.9.4 1,224 11/26/2024
10.9.3 591 11/19/2024
10.9.2 601 11/12/2024
10.9.1 447 11/5/2024
10.9.0 1,663 10/29/2024
10.8.14 369 1/14/2025
10.8.13 495 12/17/2024
10.8.12 410 12/10/2024
10.8.11 423 12/3/2024
10.8.10 426 11/26/2024
10.8.9 389 11/19/2024
10.8.8 396 11/12/2024
10.8.7 402 11/7/2024
10.8.6 384 11/5/2024
10.8.5 399 10/29/2024
10.8.4 449 10/22/2024
10.8.3 463 10/15/2024
10.8.2 459 10/8/2024
10.8.1 514 10/1/2024
10.8.0 9,963 9/24/2024
10.7.11 391 11/19/2024
10.7.10 373 11/19/2024
10.7.9 447 10/29/2024
10.7.8 362 10/22/2024
10.7.7 381 10/15/2024
10.7.6 410 10/8/2024
10.7.5 435 10/1/2024
10.7.4 392 9/24/2024
10.7.3 536 9/17/2024
10.7.2 580 9/10/2024
10.7.1 531 9/4/2024
10.7.0 2,107 8/27/2024
10.6.18 411 11/19/2024
10.6.17 357 11/19/2024
10.6.16 453 10/15/2024
10.6.15 392 10/8/2024
10.6.14 415 10/1/2024
10.6.13 454 9/24/2024
10.6.12 424 9/17/2024
10.6.11 432 9/3/2024
10.6.10 476 8/27/2024
10.6.9 920 8/20/2024
10.6.8 540 8/13/2024
10.6.7 386 8/6/2024
10.6.6 547 7/19/2024
10.6.5 402 7/16/2024
10.6.4 493 7/9/2024
10.6.3 614 7/2/2024
10.6.2 2,151 6/25/2024
10.5.14 484 10/1/2024
10.5.13 401 9/24/2024
10.5.12 466 8/21/2024
10.5.11 500 8/13/2024
10.5.10 336 8/6/2024
10.5.9 442 7/19/2024
10.5.8 427 7/16/2024
10.5.7 377 7/5/2024
10.5.6 426 7/1/2024
10.5.5 419 6/25/2024
10.5.4 501 6/18/2024
10.5.3 513 6/11/2024
10.5.2 482 6/4/2024
10.5.1 425 6/4/2024
10.5.0 950 5/28/2024
10.4.8 370 8/6/2024
10.4.7 418 6/25/2024
10.4.6 427 6/11/2024
10.4.5 412 6/4/2024
10.4.4 419 5/28/2024
10.4.3 435 5/21/2024
10.4.2 663 5/14/2024
10.4.1 626 5/7/2024
10.4.0 2,001 4/30/2024
10.3.10 356 8/6/2024
10.3.9 409 6/25/2024
10.3.8 468 5/21/2024
10.3.7 372 5/14/2024
10.3.6 456 5/7/2024
10.3.5 433 4/30/2024
10.3.4 492 4/23/2024
10.3.3 482 4/16/2024
10.3.2 512 4/11/2024
10.3.1 427 4/9/2024
10.3.0 836 4/2/2024
10.2.8 507 4/23/2024
10.2.7 443 4/16/2024
10.2.6 450 4/11/2024
10.2.5 442 4/9/2024
10.2.4 410 4/2/2024
10.2.3 524 3/26/2024
10.2.2 551 3/19/2024
10.2.1 561 3/12/2024
10.2.0 825 3/5/2024
10.1.12 468 4/11/2024
10.1.11 470 4/9/2024
10.1.10 431 4/2/2024
10.1.9 488 3/19/2024
10.1.8 484 3/13/2024
10.1.7 428 3/12/2024
10.1.6 500 3/5/2024
10.1.5 495 2/27/2024
10.1.4 642 2/20/2024
10.1.3 523 2/14/2024
10.1.2 505 2/7/2024
10.1.1 486 2/6/2024
10.1.0 603 1/30/2024
10.0.39 611 4/11/2024
10.0.38 560 4/2/2024
10.0.37 641 3/5/2024
10.0.36 642 2/27/2024
10.0.35 669 2/20/2024
10.0.34 899 2/14/2024
10.0.33 834 2/1/2024
10.0.32 949 1/24/2024
10.0.31 699 1/19/2024
10.0.30 688 1/18/2024
10.0.29 999 1/16/2024
10.0.28 947 1/16/2024
10.0.27 938 1/11/2024
10.0.26 972 12/19/2023
10.0.25 2,675 12/12/2023
10.0.24 2,308 12/5/2023
10.0.22 1,500 11/28/2023
10.0.21 2,826 11/23/2023
10.0.20 755 11/21/2023
10.0.19 1,537 11/14/2023
10.0.18 677 11/9/2023
10.0.17 1,414 11/2/2023
10.0.16 709 10/25/2023
10.0.15 1,024 10/19/2023
10.0.14 1,185 10/11/2023
10.0.13 936 9/27/2023
10.0.12 691 9/26/2023
10.0.11 13,915 9/22/2023
10.0.10 805 9/13/2023
10.0.9 2,241 8/30/2023
10.0.8 762 8/25/2023
10.0.7 975 8/22/2023
10.0.6 975 8/10/2023
10.0.5 1,158 8/2/2023
10.0.4 877 7/13/2023
10.0.3 1,126 7/5/2023
10.0.2 1,414 6/27/2023
10.0.1 949 6/20/2023
10.0.0 16,427 6/14/2023
4.1.1 34,032 8/14/2023
4.1.0 33,145 2/6/2023
4.0.4 45,651 11/16/2022
4.0.3 77,996 7/8/2022
4.0.2 134,997 11/22/2021
4.0.1 9,114 11/9/2021
3.1.0 283,445 1/19/2021
3.0.5 52,720 11/12/2020
3.0.0 66,670 7/9/2020
2.14.1 75,195 4/6/2020
2.14.0 10,493 3/18/2020
2.13.1 43,966 2/21/2020
2.13.0 4,170 2/10/2020
2.12.1 10,877 2/7/2020
2.11.0 746 2/7/2020
2.10.0 20,409 12/20/2019
2.9.0 29,135 11/12/2019
2.8.0 33,751 9/5/2019
2.7.2 27,448 8/5/2019
2.7.1 8,368 7/10/2019
2.7.0 33,439 3/15/2019
2.6.0 25,053 3/15/2019
2.5.0 56,398 3/15/2019
2.4.1 15,909 3/15/2019
2.4.0 7,115 3/15/2019
2.3.1 77,067 3/15/2019
2.3.0 33,656 3/15/2019
2.2.0 55,672 3/15/2019
2.1.1 15,016 3/15/2019
2.1.0 76,003 3/15/2019
2.0.1 731 3/15/2019
2.0.0 7,103 3/15/2019
1.8.0 13,862 3/15/2019
1.7.1 730 3/15/2019
1.7.0 3,865 3/15/2019
1.6.0 754 3/15/2019
1.5.4 714 3/15/2019
1.5.2 2,763 3/15/2019
1.5.1 8,369 3/15/2019
1.5.0 740 3/15/2019
1.4.1 753 3/15/2019
1.4.0 745 3/15/2019
1.3.3 28,607 3/15/2019
1.3.2 21,287 3/15/2019
1.3.0 17,113 3/15/2019
1.1.1 92,790 3/15/2019
1.0.2 204,038 3/15/2019