Volo.Abp.Ddd.Domain 7.4.5

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Volo.Abp.Ddd.Domain --version 7.4.5                
NuGet\Install-Package Volo.Abp.Ddd.Domain -Version 7.4.5                
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="Volo.Abp.Ddd.Domain" Version="7.4.5" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Volo.Abp.Ddd.Domain --version 7.4.5                
#r "nuget: Volo.Abp.Ddd.Domain, 7.4.5"                
#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 Volo.Abp.Ddd.Domain as a Cake Addin
#addin nuget:?package=Volo.Abp.Ddd.Domain&version=7.4.5

// Install Volo.Abp.Ddd.Domain as a Cake Tool
#tool nuget:?package=Volo.Abp.Ddd.Domain&version=7.4.5                

ℹ️ Description

This package is a part of the ABP Framework.

ABP — Open Source Web Application Framework for ASP.NET Core

ABP offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. It provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.

🔗Official Website: https://abp.io

🔗GitHub Repository: https://github.com/abpframework/abp

🔗Samples: https://docs.abp.io/en/abp/latest/Samples/Index

🔗Official Theme: https://www.LeptonTheme.com

🔗Documentation: https://docs.abp.io

🔗Community: https://community.abp.io

🔗Blog: https://blog.abp.io

🔗Books: https://abp.io/books

🔗Twitter: https://twitter.com/abpframework

🔗Discord: https://community.abp.io/discord

🔗Stackoverflow: https://stackoverflow.com/questions/tagged/abp

🔗YouTube: https://www.youtube.com/@Volosoft

🚀 Key Features of the ABP Framework

🟡 Modularity

🟡 Multi-Tenancy

🟡 Bootstrap Tag Helpers

🟡 Dynamic Forms

🟡 Authentication

🟡 Authorization

🟡 Distributed Event Bus

🟡 BLOB Storing

🟡 Text Templating

🟡 Tooling: ABP CLI

🟡 Cross-Cutting Concerns

🟡 Bundling & Minification

🟡 Virtual File System

🟡 Theming

🟡 Background Jobs

🟡 DDD Infrastructure

🟡 Auto REST APIs

🟡 Dynamic Client Proxies

🟡 Multiple Database Providers

🟡 Data filtering

🟡 Test Infrastructure

🟡 Audit Logging

🟡 Object to Object Mapping

🟡 Email & SMS Abstractions

🟡 Localization

🟡 Setting Management

🟡 Extension Methods

🟡 Aspect Oriented Programming

🟡 Dependency Injection

📘 Supported Database Providers

🔵 Entity Framework Core

🔵 MongoDB

🔵 Dapper

🎴 Supported UI Frameworks

🔵 Angular

🔵 Razor Pages

🔵 Blazor Web Assembly

🔵 Blazor Server

🔵 MAUI with Blazor Hybrid

📫 Bug & Support

Support for open-source ABP Framework client-side packages is available at GitHub Issues.

🏦 Go Commercial

If you are building an enterprise-level application with pro support, extra tools like a code generator, fancy themes and a microservice template, time to invest in the commercial version!

To understand how it works, see How it Works page.

If you wonder why you should choose ABP Commercial, check out Why ABP.IO Platform page.

Official website: https://commercial.abp.io

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (643)

Showing the top 5 NuGet packages that depend on Volo.Abp.Ddd.Domain:

Package Downloads
Volo.Abp.Ddd.Application

Package Description

Volo.Abp.EntityFrameworkCore

Package Description

Volo.Abp.SettingManagement.Domain

Package Description

Volo.Abp.Users.Domain

Package Description

Volo.Abp.Identity.Domain

Package Description

GitHub repositories (18)

Showing the top 5 popular GitHub repositories that depend on Volo.Abp.Ddd.Domain:

Repository Stars
Meowv/Blog
🤣本项目有不同开发版本,最新版底层基于 abp vNext 搭建和免费开源跨平台框架 .NET5 进行开发,使用 MongoDB 存储数据,Redis 缓存数据。项目采用前后端分离的模式进行开发,API 遵循 RESTful 接口规范,页面使用 Blazor 进行开发,可作为 .NET Core 入门项目进行学习。If you liked `Blog` project or if it helped you, please give a star ⭐️ for this repository. 👍👍👍
abpframework/abp-samples
Sample solutions built with the ABP Framework
colinin/abp-next-admin
这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
abpframework/eShopOnAbp
Reference microservice solution built with the ABP Framework and .NET, runs on Kubernetes with Helm configuration, includes API Gateways, Angular and ASP.NET Core MVC applications, PostgreSQL and MongoDB databases
jerrytang67/SoMall
社交电商商城开源项目.socail+mall即取名SoMall ,abp netcore 3.1 angular vue uni-app typescript docker mssql
Version Downloads Last updated
9.0.0-rc.1 162 10/22/2024
8.3.3 2,634 11/5/2024
8.3.2 23,098 10/17/2024
8.3.1 37,204 9/25/2024
8.3.0 52,913 9/5/2024
8.3.0-rc.3 303 8/28/2024
8.3.0-rc.2 310 8/15/2024
8.3.0-rc.1 243 7/31/2024
8.2.3 8,623 9/4/2024
8.2.2 42,835 8/14/2024
8.2.1 38,642 7/30/2024
8.2.0 110,867 6/26/2024
8.2.0-rc.5 790 6/14/2024
8.2.0-rc.4 309 6/7/2024
8.2.0-rc.3 736 5/23/2024
8.2.0-rc.2 257 5/21/2024
8.2.0-rc.1 116 5/20/2024
8.1.5 9,951 7/29/2024
8.1.4 31,440 6/13/2024
8.1.3 102,935 5/15/2024
8.1.2 11,391 5/13/2024
8.1.1 78,151 4/16/2024
8.1.0 38,734 4/4/2024
8.1.0-rc.4 256 4/1/2024
8.1.0-rc.3 5,658 3/19/2024
8.1.0-rc.2 13,418 2/29/2024
8.1.0-rc.1 4,001 2/14/2024
8.0.6 21,127 5/14/2024
8.0.5 75,656 3/14/2024
8.0.4 87,283 2/20/2024
8.0.3 61,701 2/7/2024
8.0.2 94,769 1/17/2024
8.0.1 59,390 1/3/2024
8.0.0 110,758 12/19/2023
8.0.0-rc.3 2,508 12/7/2023
8.0.0-rc.2 3,481 11/28/2023
8.0.0-rc.1 1,988 11/21/2023
7.4.5 72,607 12/27/2023
7.4.4 20,945 12/13/2023
7.4.3 12,755 12/6/2023
7.4.2 128,041 11/13/2023
7.4.1 29,835 10/30/2023
7.4.0 88,331 10/9/2023
7.4.0-rc.5 319 10/2/2023
7.4.0-rc.4 615 9/22/2023
7.4.0-rc.3 1,669 9/13/2023
7.4.0-rc.2 2,737 8/24/2023
7.4.0-rc.1 1,752 8/16/2023
7.3.3 163,083 9/14/2023
7.3.2 138,480 8/7/2023
7.3.1 86,789 7/27/2023
7.3.0 147,113 7/12/2023
7.3.0-rc.3 755 7/5/2023
7.3.0-rc.2 951 6/20/2023
7.3.0-rc.1 2,400 6/6/2023
7.2.3 111,087 7/3/2023
7.2.2 275,514 5/16/2023
7.2.1 72,869 5/2/2023
7.2.0-rc.2 237 4/25/2023
7.2.0-rc.1 689 4/11/2023
7.1.1 107,707 4/3/2023
7.1.0 116,583 3/22/2023
7.1.0-rc.3 569 3/14/2023
7.1.0-rc.2 4,660 2/23/2023
7.1.0-rc.1 1,400 2/7/2023
7.0.3 107,074 3/7/2023
7.0.2 78,665 2/21/2023
7.0.1 189,631 1/19/2023
7.0.0 242,234 1/4/2023
7.0.0-rc.6 2,603 12/28/2022
7.0.0-rc.5 8,056 12/20/2022
7.0.0-rc.4 5,778 12/12/2022
7.0.0-rc.3 1,962 12/8/2022
7.0.0-rc.2 2,712 11/21/2022
7.0.0-rc.1 3,345 11/14/2022
6.0.3 197,121 1/18/2023
6.0.2 155,734 12/6/2022
6.0.1 523,832 10/28/2022
6.0.0 386,752 10/5/2022
6.0.0-rc.5 955 9/27/2022
6.0.0-rc.4 7,451 9/8/2022
6.0.0-rc.3 6,801 8/23/2022
6.0.0-rc.2 6,190 8/8/2022
6.0.0-rc.1 3,489 7/26/2022
5.3.5 43,235 10/20/2022
5.3.4 331,436 8/22/2022
5.3.3 352,299 7/22/2022
5.3.2 254,283 7/7/2022
5.3.1 171,365 6/29/2022
5.3.0 269,848 6/14/2022
5.3.0-rc.3 1,395 5/31/2022
5.3.0-rc.2 668 5/24/2022
5.3.0-rc.1 1,178 5/5/2022
5.2.2 379,314 5/16/2022
5.2.1 400,417 4/18/2022
5.2.0 324,946 4/5/2022
5.2.0-rc.2 2,085 3/18/2022
5.2.0-rc.1 1,754 3/8/2022
5.1.4 340,682 2/28/2022
5.1.3 443,058 1/26/2022
5.1.2 110,704 1/19/2022
5.1.1 141,218 1/12/2022
5.0.2 38,210 1/17/2022
5.0.1 140,732 12/28/2021
5.0.0 129,863 12/14/2021
5.0.0-rc.2 3,368 12/8/2021
5.0.0-rc.1 4,342 11/16/2021
5.0.0-beta.3 2,552 11/3/2021
5.0.0-beta.2 1,201 10/21/2021
5.0.0-beta.1 1,616 10/5/2021
4.4.4 287,081 11/9/2021
4.4.3 260,014 9/29/2021
4.4.2 167,275 9/2/2021
4.4.1 51,895 9/1/2021
4.4.0 809,360 8/2/2021
4.4.0-rc.2 3,968 7/6/2021
4.4.0-rc.1 2,870 6/28/2021
4.3.3 233,568 6/17/2021
4.3.2 197,891 5/27/2021
4.3.1 137,031 5/20/2021
4.3.0 324,135 4/22/2021
4.3.0-rc.2 1,820 4/8/2021
4.3.0-rc.1 1,203 3/31/2021
4.2.2 285,176 3/4/2021
4.2.1 167,484 2/9/2021
4.2.0 139,268 1/28/2021
4.2.0-rc.2 2,100 1/18/2021
4.2.0-rc.1 669 1/14/2021
4.1.2 45,960 1/19/2021
4.1.1 38,836 1/13/2021
4.1.0 69,194 1/6/2021
4.1.0-rc.2 1,334 12/18/2020
4.1.0-rc.1 267 12/17/2020
4.0.2 177,552 12/18/2020
4.0.1 38,063 12/14/2020
4.0.0 171,958 12/3/2020
4.0.0-rc.5 1,798 12/1/2020
4.0.0-rc.4 1,306 11/24/2020
4.0.0-rc.3 1,226 11/16/2020
4.0.0-rc.2 2,389 11/13/2020
4.0.0-rc.1 334 11/12/2020
3.3.2 102,816 12/2/2020
3.3.1 146,593 11/3/2020
3.3.0 56,070 10/27/2020
3.3.0-rc.2 348 10/23/2020
3.3.0-rc.1 587 10/15/2020
3.2.1 250,554 10/8/2020
3.2.0 69,828 10/1/2020
3.2.0-rc.2 1,866 9/21/2020
3.2.0-rc.1 2,590 9/17/2020
3.1.2 110,890 9/11/2020
3.1.1 32,828 9/10/2020
3.1.0 114,589 9/3/2020
3.1.0-rc.4 581 9/1/2020
3.1.0-rc.3 341 8/28/2020
3.1.0-rc.2 458 8/26/2020
3.1.0-rc.1 349 8/24/2020
3.0.5 121,272 7/29/2020
3.0.4 310,795 7/14/2020
3.0.3 49,106 7/7/2020
3.0.2 58,339 7/3/2020
3.0.1 179,842 7/2/2020
3.0.0 49,334 7/1/2020
2.9.0 243,249 6/4/2020
2.8.0 118,981 5/21/2020
2.7.0 162,973 5/7/2020
2.6.2 37,003 4/24/2020
2.6.1 28,142 4/23/2020
2.6.0 104,709 4/20/2020
2.5.0 44,577 4/9/2020
2.4.1 27,657 4/9/2020
2.4.0 60,838 4/6/2020
2.3.0 62,150 3/19/2020
2.2.1 57,909 3/7/2020
2.2.0 28,846 3/5/2020
2.1.1 43,886 2/20/2020
2.1.0 27,609 2/20/2020
2.0.1 72,491 1/24/2020
2.0.0 60,668 1/13/2020
1.1.2 112,720 12/12/2019
1.1.1 28,404 12/11/2019
1.1.0 35,695 12/6/2019
1.0.2 73,630 10/22/2019
1.0.0 27,765 10/21/2019
0.22.0 28,871 10/14/2019
0.21.0 30,522 9/23/2019
0.20.1 25,532 9/23/2019
0.20.0 25,683 9/23/2019
0.19.0 128,297 8/16/2019
0.18.1 73,364 6/26/2019
0.18.0 40,688 6/21/2019
0.17.0 54,863 5/3/2019
0.16.0 34,251 4/14/2019
0.15.0 71,383 3/22/2019
0.14.0 58,743 2/23/2019
0.13.0 36,638 1/27/2019
0.12.0 29,427 1/11/2019
0.11.0 31,633 1/7/2019
0.10.0 27,788 12/21/2018
0.9.0 28,455 12/7/2018
0.8.0 28,249 11/19/2018
0.7.1 26,996 10/31/2018
0.7.0 26,314 10/26/2018
0.6.0 28,864 10/12/2018
0.5.0 31,567 9/25/2018
0.4.1 30,456 8/4/2018
0.4.0 21,866 7/15/2018
0.3.7 21,218 7/6/2018
0.3.6 23,467 7/4/2018
0.3.5 20,586 7/3/2018
0.3.4 21,100 7/2/2018
0.3.3 20,935 6/28/2018
0.3.2 21,067 6/27/2018
0.3.1 16,881 6/27/2018
0.3.0 32,534 6/27/2018