Dynamicweb.Core 10.3.4

dotnet add package Dynamicweb.Core --version 10.3.4
NuGet\Install-Package Dynamicweb.Core -Version 10.3.4
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.3.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dynamicweb.Core --version 10.3.4
#r "nuget: Dynamicweb.Core, 10.3.4"
#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.
// Install Dynamicweb.Core as a Cake Addin
#addin nuget:?package=Dynamicweb.Core&version=10.3.4

// Install Dynamicweb.Core as a Cake Tool
#tool nuget:?package=Dynamicweb.Core&version=10.3.4

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (139)

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

Package Downloads
Dynamicweb.Caching

Caching 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

Dynamicweb.Environment

Environment API

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.3.4 72 4/23/2024
10.3.3 271 4/16/2024
10.3.2 285 4/11/2024
10.3.1 240 4/9/2024
10.3.0 453 4/2/2024
10.2.8 110 4/23/2024
10.2.7 272 4/16/2024
10.2.6 265 4/11/2024
10.2.5 262 4/9/2024
10.2.4 228 4/2/2024
10.2.3 343 3/26/2024
10.2.2 323 3/19/2024
10.2.1 316 3/12/2024
10.2.0 582 3/5/2024
10.1.12 284 4/11/2024
10.1.11 285 4/9/2024
10.1.10 268 4/2/2024
10.1.9 310 3/19/2024
10.1.8 301 3/13/2024
10.1.7 259 3/12/2024
10.1.6 313 3/5/2024
10.1.5 314 2/27/2024
10.1.4 355 2/20/2024
10.1.3 345 2/14/2024
10.1.2 338 2/7/2024
10.1.1 324 2/6/2024
10.1.0 424 1/30/2024
10.0.39 379 4/11/2024
10.0.38 360 4/2/2024
10.0.37 455 3/5/2024
10.0.36 429 2/27/2024
10.0.35 448 2/20/2024
10.0.34 580 2/14/2024
10.0.33 581 2/1/2024
10.0.32 625 1/24/2024
10.0.31 490 1/19/2024
10.0.30 470 1/18/2024
10.0.29 787 1/16/2024
10.0.28 668 1/16/2024
10.0.27 735 1/11/2024
10.0.26 772 12/19/2023
10.0.25 2,460 12/12/2023
10.0.24 2,005 12/5/2023
10.0.22 1,269 11/28/2023
10.0.21 940 11/23/2023
10.0.20 550 11/21/2023
10.0.19 968 11/14/2023
10.0.18 472 11/9/2023
10.0.17 1,057 11/2/2023
10.0.16 503 10/25/2023
10.0.15 752 10/19/2023
10.0.14 810 10/11/2023
10.0.13 696 9/27/2023
10.0.12 499 9/26/2023
10.0.11 2,436 9/22/2023
10.0.10 584 9/13/2023
10.0.9 1,689 8/30/2023
10.0.8 564 8/25/2023
10.0.7 701 8/22/2023
10.0.6 758 8/10/2023
10.0.5 833 8/2/2023
10.0.4 689 7/13/2023
10.0.3 892 7/5/2023
10.0.2 1,086 6/27/2023
10.0.1 753 6/20/2023
10.0.0 4,245 6/14/2023
4.1.1 14,269 8/14/2023
4.1.0 23,736 2/6/2023
4.0.4 37,378 11/16/2022
4.0.3 68,671 7/8/2022
4.0.2 121,491 11/22/2021
4.0.1 7,429 11/9/2021
3.1.0 259,748 1/19/2021
3.0.5 42,785 11/12/2020
3.0.0 64,658 7/9/2020
2.14.1 73,025 4/6/2020
2.14.0 9,987 3/18/2020
2.13.1 42,842 2/21/2020
2.13.0 4,038 2/10/2020
2.12.1 10,417 2/7/2020
2.11.0 672 2/7/2020
2.10.0 19,890 12/20/2019
2.9.0 28,496 11/12/2019
2.8.0 32,671 9/5/2019
2.7.2 26,677 8/5/2019
2.7.1 7,940 7/10/2019
2.7.0 31,294 3/15/2019
2.6.0 23,656 3/15/2019
2.5.0 55,100 3/15/2019
2.4.1 14,800 3/15/2019
2.4.0 6,832 3/15/2019
2.3.1 73,931 3/15/2019
2.3.0 32,048 3/15/2019
2.2.0 53,825 3/15/2019
2.1.1 14,163 3/15/2019
2.1.0 71,602 3/15/2019
2.0.1 646 3/15/2019
2.0.0 6,814 3/15/2019
1.8.0 13,173 3/15/2019
1.7.1 657 3/15/2019
1.7.0 3,593 3/15/2019
1.6.0 675 3/15/2019
1.5.4 637 3/15/2019
1.5.2 2,555 3/15/2019
1.5.1 7,954 3/15/2019
1.5.0 662 3/15/2019
1.4.1 673 3/15/2019
1.4.0 671 3/15/2019
1.3.3 27,160 3/15/2019
1.3.2 19,974 3/15/2019
1.3.0 16,194 3/15/2019
1.1.1 87,647 3/15/2019
1.0.2 193,596 3/15/2019