Dynamicweb.Core
10.0.6
See the version list below for details.
dotnet add package Dynamicweb.Core --version 10.0.6
NuGet\Install-Package Dynamicweb.Core -Version 10.0.6
<PackageReference Include="Dynamicweb.Core" Version="10.0.6" />
paket add Dynamicweb.Core --version 10.0.6
#r "nuget: Dynamicweb.Core, 10.0.6"
// Install Dynamicweb.Core as a Cake Addin #addin nuget:?package=Dynamicweb.Core&version=10.0.6 // Install Dynamicweb.Core as a Cake Tool #tool nuget:?package=Dynamicweb.Core&version=10.0.6
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
- For full Content, Commerce and PIM solutions, use https://www.nuget.org/packages/Dynamicweb.Suite/
- For Content only, use https://www.nuget.org/packages/Dynamicweb.Cms/
Install Dynamicweb project templates
Install the latest .NET SDK
Open PowerShell or a terminal and install the latest version of the templates package:
$ dotnet new install Dynamicweb.ProjectTemplates
After this project templates have been installed, create a new project called 'myDynamicwebProject':
$ dotnet new dw10-suite -n myDynamicwebProject
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.
- See developer documentation to get started
- See the Manual for usage of Dynamicweb
- Go to the API documentation to learn about the APIs in this package
Feedback
Got any feedback or questions? Please head over to our community forum
Product | Versions 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. |
-
net7.0
- HtmlAgilityPack (>= 1.11.28)
- Microsoft.CodeAnalysis.CSharp (>= 4.4.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0.0)
- Newtonsoft.Json (>= 12.0.3)
- System.Data.OleDb (>= 7.0.0)
- System.Data.SqlClient (>= 4.8.5)
- System.Reflection.Emit (>= 4.7.0)
- System.Runtime.Caching (>= 7.0.0)
- System.Runtime.Loader (>= 4.3.0)
NuGet packages (138)
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.9.1 | 5 | 11/5/2024 |
10.9.0 | 385 | 10/29/2024 |
10.8.6 | 6 | 11/5/2024 |
10.8.5 | 326 | 10/29/2024 |
10.8.4 | 413 | 10/22/2024 |
10.8.3 | 433 | 10/15/2024 |
10.8.2 | 420 | 10/8/2024 |
10.8.1 | 483 | 10/1/2024 |
10.8.0 | 1,595 | 9/24/2024 |
10.7.9 | 348 | 10/29/2024 |
10.7.8 | 327 | 10/22/2024 |
10.7.7 | 351 | 10/15/2024 |
10.7.6 | 370 | 10/8/2024 |
10.7.5 | 397 | 10/1/2024 |
10.7.4 | 357 | 9/24/2024 |
10.7.3 | 452 | 9/17/2024 |
10.7.2 | 556 | 9/10/2024 |
10.7.1 | 494 | 9/4/2024 |
10.7.0 | 1,514 | 8/27/2024 |
10.6.16 | 381 | 10/15/2024 |
10.6.15 | 366 | 10/8/2024 |
10.6.14 | 391 | 10/1/2024 |
10.6.13 | 421 | 9/24/2024 |
10.6.12 | 402 | 9/17/2024 |
10.6.11 | 408 | 9/3/2024 |
10.6.10 | 447 | 8/27/2024 |
10.6.9 | 599 | 8/20/2024 |
10.6.8 | 514 | 8/13/2024 |
10.6.7 | 359 | 8/6/2024 |
10.6.6 | 524 | 7/19/2024 |
10.6.5 | 380 | 7/16/2024 |
10.6.4 | 454 | 7/9/2024 |
10.6.3 | 588 | 7/2/2024 |
10.6.2 | 938 | 6/25/2024 |
10.5.14 | 452 | 10/1/2024 |
10.5.13 | 379 | 9/24/2024 |
10.5.12 | 446 | 8/21/2024 |
10.5.11 | 476 | 8/13/2024 |
10.5.10 | 312 | 8/6/2024 |
10.5.9 | 421 | 7/19/2024 |
10.5.8 | 402 | 7/16/2024 |
10.5.7 | 356 | 7/5/2024 |
10.5.6 | 402 | 7/1/2024 |
10.5.5 | 396 | 6/25/2024 |
10.5.4 | 476 | 6/18/2024 |
10.5.3 | 488 | 6/11/2024 |
10.5.2 | 464 | 6/4/2024 |
10.5.1 | 405 | 6/4/2024 |
10.5.0 | 889 | 5/28/2024 |
10.4.8 | 343 | 8/6/2024 |
10.4.7 | 392 | 6/25/2024 |
10.4.6 | 405 | 6/11/2024 |
10.4.5 | 394 | 6/4/2024 |
10.4.4 | 397 | 5/28/2024 |
10.4.3 | 413 | 5/21/2024 |
10.4.2 | 353 | 5/14/2024 |
10.4.1 | 600 | 5/7/2024 |
10.4.0 | 951 | 4/30/2024 |
10.3.10 | 334 | 8/6/2024 |
10.3.9 | 387 | 6/25/2024 |
10.3.8 | 436 | 5/21/2024 |
10.3.7 | 351 | 5/14/2024 |
10.3.6 | 431 | 5/7/2024 |
10.3.5 | 413 | 4/30/2024 |
10.3.4 | 475 | 4/23/2024 |
10.3.3 | 463 | 4/16/2024 |
10.3.2 | 480 | 4/11/2024 |
10.3.1 | 406 | 4/9/2024 |
10.3.0 | 722 | 4/2/2024 |
10.2.8 | 471 | 4/23/2024 |
10.2.7 | 424 | 4/16/2024 |
10.2.6 | 432 | 4/11/2024 |
10.2.5 | 417 | 4/9/2024 |
10.2.4 | 391 | 4/2/2024 |
10.2.3 | 502 | 3/26/2024 |
10.2.2 | 499 | 3/19/2024 |
10.2.1 | 534 | 3/12/2024 |
10.2.0 | 781 | 3/5/2024 |
10.1.12 | 447 | 4/11/2024 |
10.1.11 | 451 | 4/9/2024 |
10.1.10 | 411 | 4/2/2024 |
10.1.9 | 469 | 3/19/2024 |
10.1.8 | 459 | 3/13/2024 |
10.1.7 | 412 | 3/12/2024 |
10.1.6 | 482 | 3/5/2024 |
10.1.5 | 479 | 2/27/2024 |
10.1.4 | 591 | 2/20/2024 |
10.1.3 | 499 | 2/14/2024 |
10.1.2 | 489 | 2/7/2024 |
10.1.1 | 470 | 2/6/2024 |
10.1.0 | 585 | 1/30/2024 |
10.0.39 | 587 | 4/11/2024 |
10.0.38 | 541 | 4/2/2024 |
10.0.37 | 625 | 3/5/2024 |
10.0.36 | 626 | 2/27/2024 |
10.0.35 | 646 | 2/20/2024 |
10.0.34 | 873 | 2/14/2024 |
10.0.33 | 808 | 2/1/2024 |
10.0.32 | 930 | 1/24/2024 |
10.0.31 | 683 | 1/19/2024 |
10.0.30 | 668 | 1/18/2024 |
10.0.29 | 983 | 1/16/2024 |
10.0.28 | 930 | 1/16/2024 |
10.0.27 | 922 | 1/11/2024 |
10.0.26 | 954 | 12/19/2023 |
10.0.25 | 2,659 | 12/12/2023 |
10.0.24 | 2,289 | 12/5/2023 |
10.0.22 | 1,481 | 11/28/2023 |
10.0.21 | 1,990 | 11/23/2023 |
10.0.20 | 730 | 11/21/2023 |
10.0.19 | 1,518 | 11/14/2023 |
10.0.18 | 662 | 11/9/2023 |
10.0.17 | 1,400 | 11/2/2023 |
10.0.16 | 693 | 10/25/2023 |
10.0.15 | 1,004 | 10/19/2023 |
10.0.14 | 1,170 | 10/11/2023 |
10.0.13 | 922 | 9/27/2023 |
10.0.12 | 677 | 9/26/2023 |
10.0.11 | 6,667 | 9/22/2023 |
10.0.10 | 792 | 9/13/2023 |
10.0.9 | 2,226 | 8/30/2023 |
10.0.8 | 744 | 8/25/2023 |
10.0.7 | 926 | 8/22/2023 |
10.0.6 | 957 | 8/10/2023 |
10.0.5 | 1,072 | 8/2/2023 |
10.0.4 | 859 | 7/13/2023 |
10.0.3 | 1,106 | 7/5/2023 |
10.0.2 | 1,385 | 6/27/2023 |
10.0.1 | 932 | 6/20/2023 |
10.0.0 | 9,106 | 6/14/2023 |
4.1.1 | 23,941 | 8/14/2023 |
4.1.0 | 27,898 | 2/6/2023 |
4.0.4 | 40,923 | 11/16/2022 |
4.0.3 | 73,250 | 7/8/2022 |
4.0.2 | 128,906 | 11/22/2021 |
4.0.1 | 8,395 | 11/9/2021 |
3.1.0 | 274,626 | 1/19/2021 |
3.0.5 | 47,467 | 11/12/2020 |
3.0.0 | 66,387 | 7/9/2020 |
2.14.1 | 74,993 | 4/6/2020 |
2.14.0 | 10,368 | 3/18/2020 |
2.13.1 | 43,843 | 2/21/2020 |
2.13.0 | 4,111 | 2/10/2020 |
2.12.1 | 10,798 | 2/7/2020 |
2.11.0 | 698 | 2/7/2020 |
2.10.0 | 20,359 | 12/20/2019 |
2.9.0 | 29,030 | 11/12/2019 |
2.8.0 | 33,447 | 9/5/2019 |
2.7.2 | 27,155 | 8/5/2019 |
2.7.1 | 8,308 | 7/10/2019 |
2.7.0 | 32,668 | 3/15/2019 |
2.6.0 | 24,574 | 3/15/2019 |
2.5.0 | 56,340 | 3/15/2019 |
2.4.1 | 15,626 | 3/15/2019 |
2.4.0 | 7,060 | 3/15/2019 |
2.3.1 | 76,677 | 3/15/2019 |
2.3.0 | 33,576 | 3/15/2019 |
2.2.0 | 55,536 | 3/15/2019 |
2.1.1 | 14,682 | 3/15/2019 |
2.1.0 | 75,500 | 3/15/2019 |
2.0.1 | 679 | 3/15/2019 |
2.0.0 | 7,035 | 3/15/2019 |
1.8.0 | 13,757 | 3/15/2019 |
1.7.1 | 677 | 3/15/2019 |
1.7.0 | 3,784 | 3/15/2019 |
1.6.0 | 701 | 3/15/2019 |
1.5.4 | 664 | 3/15/2019 |
1.5.2 | 2,711 | 3/15/2019 |
1.5.1 | 8,315 | 3/15/2019 |
1.5.0 | 690 | 3/15/2019 |
1.4.1 | 701 | 3/15/2019 |
1.4.0 | 693 | 3/15/2019 |
1.3.3 | 28,436 | 3/15/2019 |
1.3.2 | 21,199 | 3/15/2019 |
1.3.0 | 17,031 | 3/15/2019 |
1.1.1 | 92,503 | 3/15/2019 |
1.0.2 | 203,649 | 3/15/2019 |