Dynamicweb.Core 10.0.12

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dynamicweb.Core --version 10.0.12                
NuGet\Install-Package Dynamicweb.Core -Version 10.0.12                
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.0.12" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dynamicweb.Core --version 10.0.12                
#r "nuget: Dynamicweb.Core, 10.0.12"                
#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.0.12

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

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 net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 (135)

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

Dynamicweb main 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.13.3 110 a day ago
10.13.2 551 8 days ago
10.13.1 766 15 days ago
10.13.0 2,439 22 days ago
10.12.7 476 8 days ago
10.12.6 502 15 days ago
10.12.5 382 22 days ago
10.12.4 640 a month ago
10.12.3 563 a month ago
10.12.2 374 a month ago
10.12.1 538 a month ago
10.12.0 3,875 2 months ago
10.11.8 473 22 days ago
10.11.7 441 a month ago
10.11.6 461 a month ago
10.11.5 370 a month ago
10.11.4 393 2 months ago
10.11.3 393 2 months ago
10.11.2 1,258 2 months ago
10.11.1 424 2 months ago
10.11.0 773 2 months ago
10.10.8 564 a month ago
10.10.7 351 a month ago
10.10.6 471 2 months ago
10.10.5 341 2 months ago
10.10.4 409 2 months ago
10.10.3 544 3 months ago
10.10.2 416 3 months ago
10.10.1 475 4 months ago
10.10.0 625 4 months ago
10.9.9 532 2 months ago
10.9.8 567 3 months ago
10.9.7 376 3 months ago
10.9.6 415 4 months ago
10.9.5 376 4 months ago
10.9.4 760 4 months ago
10.9.3 588 4 months ago
10.9.2 598 4 months ago
10.9.1 443 4 months ago
10.9.0 1,167 5 months ago
10.8.14 365 2 months ago
10.8.13 490 3 months ago
10.8.12 403 3 months ago
10.8.11 418 4 months ago
10.8.10 422 4 months ago
10.8.9 385 4 months ago
10.8.8 393 4 months ago
10.8.7 399 4 months ago
10.8.6 380 4 months ago
10.8.5 396 5 months ago
10.8.4 445 5 months ago
10.8.3 459 5 months ago
10.8.2 455 5 months ago
10.8.1 511 6 months ago
10.8.0 9,466 6 months ago
10.7.11 388 4 months ago
10.7.10 369 4 months ago
10.7.9 443 5 months ago
10.7.8 358 5 months ago
10.7.7 375 5 months ago
10.7.6 405 5 months ago
10.7.5 429 6 months ago
10.7.4 386 6 months ago
10.7.3 529 6 months ago
10.7.2 577 6 months ago
10.7.1 528 7 months ago
10.7.0 1,974 7 months ago
10.6.18 403 4 months ago
10.6.17 354 4 months ago
10.6.16 450 5 months ago
10.6.15 388 5 months ago
10.6.14 412 6 months ago
10.6.13 451 6 months ago
10.6.12 420 6 months ago
10.6.11 429 7 months ago
10.6.10 467 7 months ago
10.6.9 846 7 months ago
10.6.8 536 7 months ago
10.6.7 380 7 months ago
10.6.6 543 8 months ago
10.6.5 398 8 months ago
10.6.4 489 8 months ago
10.6.3 610 9 months ago
10.6.2 1,614 9 months ago
10.5.14 479 6 months ago
10.5.13 398 6 months ago
10.5.12 463 7 months ago
10.5.11 497 7 months ago
10.5.10 329 7 months ago
10.5.9 438 8 months ago
10.5.8 424 8 months ago
10.5.7 373 8 months ago
10.5.6 421 9 months ago
10.5.5 416 9 months ago
10.5.4 497 9 months ago
10.5.3 509 9 months ago
10.5.2 479 10 months ago
10.5.1 422 10 months ago
10.5.0 938 10 months ago
10.4.8 367 7 months ago
10.4.7 415 9 months ago
10.4.6 424 9 months ago
10.4.5 410 10 months ago
10.4.4 416 10 months ago
10.4.3 432 10 months ago
10.4.2 588 5/14/2024
10.4.1 619 5/7/2024
10.4.0 1,596 4/30/2024
10.3.10 351 7 months ago
10.3.9 404 9 months ago
10.3.8 462 10 months ago
10.3.7 369 5/14/2024
10.3.6 453 5/7/2024
10.3.5 430 4/30/2024
10.3.4 490 4/23/2024
10.3.3 480 4/16/2024
10.3.2 509 4/11/2024
10.3.1 424 4/9/2024
10.3.0 820 4/2/2024
10.2.8 500 4/23/2024
10.2.7 441 4/16/2024
10.2.6 448 4/11/2024
10.2.5 437 4/9/2024
10.2.4 407 4/2/2024
10.2.3 518 3/26/2024
10.2.2 549 3/19/2024
10.2.1 556 3/12/2024
10.2.0 818 3/5/2024
10.1.12 465 4/11/2024
10.1.11 467 4/9/2024
10.1.10 429 4/2/2024
10.1.9 485 3/19/2024
10.1.8 477 3/13/2024
10.1.7 425 3/12/2024
10.1.6 497 3/5/2024
10.1.5 493 2/27/2024
10.1.4 634 2/20/2024
10.1.3 520 2/14/2024
10.1.2 503 2/7/2024
10.1.1 484 2/6/2024
10.1.0 601 1/30/2024
10.0.39 608 4/11/2024
10.0.38 557 4/2/2024
10.0.37 638 3/5/2024
10.0.36 640 2/27/2024
10.0.35 664 2/20/2024
10.0.34 895 2/14/2024
10.0.33 831 2/1/2024
10.0.32 947 1/24/2024
10.0.31 696 1/19/2024
10.0.30 685 1/18/2024
10.0.29 996 1/16/2024
10.0.28 944 1/16/2024
10.0.27 936 1/11/2024
10.0.26 970 12/19/2023
10.0.25 2,672 12/12/2023
10.0.24 2,306 12/5/2023
10.0.22 1,497 11/28/2023
10.0.21 2,821 11/23/2023
10.0.20 752 11/21/2023
10.0.19 1,537 11/14/2023
10.0.18 677 11/9/2023
10.0.17 1,413 11/2/2023
10.0.16 707 10/25/2023
10.0.15 1,022 10/19/2023
10.0.14 1,183 10/11/2023
10.0.13 936 9/27/2023
10.0.12 691 9/26/2023
10.0.11 11,830 9/22/2023
10.0.10 804 9/13/2023
10.0.9 2,239 8/30/2023
10.0.8 760 8/25/2023
10.0.7 972 8/22/2023
10.0.6 973 8/10/2023
10.0.5 1,145 8/2/2023
10.0.4 875 7/13/2023
10.0.3 1,121 7/5/2023
10.0.2 1,408 6/27/2023
10.0.1 947 6/20/2023
10.0.0 14,306 6/14/2023
4.1.1 31,767 8/14/2023
4.1.0 31,967 2/6/2023
4.0.4 44,633 11/16/2022
4.0.3 76,968 7/8/2022
4.0.2 133,727 11/22/2021
4.0.1 8,964 11/9/2021
3.1.0 281,537 1/19/2021
3.0.5 51,643 11/12/2020
3.0.0 66,606 7/9/2020
2.14.1 75,147 4/6/2020
2.14.0 10,462 3/18/2020
2.13.1 43,917 2/21/2020
2.13.0 4,153 2/10/2020
2.12.1 10,856 2/7/2020
2.11.0 731 2/7/2020
2.10.0 20,392 12/20/2019
2.9.0 29,117 11/12/2019
2.8.0 33,675 9/5/2019
2.7.2 27,369 8/5/2019
2.7.1 8,352 7/10/2019
2.7.0 33,208 3/15/2019
2.6.0 24,837 3/15/2019
2.5.0 56,379 3/15/2019
2.4.1 15,835 3/15/2019
2.4.0 7,096 3/15/2019
2.3.1 76,818 3/15/2019
2.3.0 33,630 3/15/2019
2.2.0 55,633 3/15/2019
2.1.1 14,926 3/15/2019
2.1.0 75,782 3/15/2019
2.0.1 715 3/15/2019
2.0.0 7,084 3/15/2019
1.8.0 13,834 3/15/2019
1.7.1 714 3/15/2019
1.7.0 3,838 3/15/2019
1.6.0 738 3/15/2019
1.5.4 698 3/15/2019
1.5.2 2,746 3/15/2019
1.5.1 8,353 3/15/2019
1.5.0 724 3/15/2019
1.4.1 736 3/15/2019
1.4.0 728 3/15/2019
1.3.3 28,566 3/15/2019
1.3.2 21,266 3/15/2019
1.3.0 17,085 3/15/2019
1.1.1 92,618 3/15/2019
1.0.2 203,866 3/15/2019