当前位置:网站首页>Projects and dependencies in ABP learning solutions
Projects and dependencies in ABP learning solutions
2022-07-01 06:07:00 【Old sentencing】
.Domain.Share project
The project contains constants 、 Enumerations and other objects , These objects are actually part of the domain layer , But all the layers in the solution / Projects will use . For example, entity class Book Enumeration used in BookType、 Constant
BookConstsAre suitable for this project .
This project does not depend on other projects in the solution , Introduction to other projects or directly rely on this project
.Domain project
The domain layer in the solution , contain Entity , Set root , Field service , Value type , Warehousing interfaces and other domain objects of the solution . For example, entities and IBookRepository Classes are suitable for this project
It relies on .Domain.Share Because it may be in the application interface and DTO Use constants in 、 Enumeration or other shared objects .
.Application.Contracts project
The project mainly includes application services interfaces And application layer data transmission objects DTO, It is used to separate the interface and implementation of the application layer , In this way, the interface project can be shared to the client as a contract package .
for example IBookAppService Interface and BookCreationDto Classes are suitable for this project
It depends on .Domain.Share because He may be in the application interface and DTO Use constants in 、 Enumeration or other shared objects .
.Application project
Project contains .Application.COntracts Implementation of the application service interface of the project .
for example BookAppService Class is suitable for this project
It relies on .Application.Cantracts project , Because it needs to implement interfaces and use DTO It depends on .Domain.Share because He may be in the application interface and DTO Use constants in 、 Enumeration or other shared objects .
.EntityFrameworkCore project
Integrate EF Core project , Defined DbContext And implement .Domain Warehouse interface defined in the project
It relies on .Domain project . Because it needs to reference entities and warehousing interfaces
.EntityFrameworkCore.DbMigrations project
Included in the solution EF Core Database migration for , It has independent DbContext To specifically manage migration
ABP It's a modular framework , The ideal design is to let each module have its own DbContext class , This is for migration DbContext It will work , He will all DbContext The configuration is unified into a single model to maintain the schema of a single database , For more advanced scenarios , Programs can have multiple databases ( Each database has one or more module tables ) And multiple migrations
DbContext( Each maintains a different database schema )
We need to pay attention to , transfer
DbContextFor database migration only , Instead of Runtime Use .
- It relies on
.EntityFrameworkCoreproject , Because it reuses theDbContextTo configure
.DbMigrator project
This is a console application , It simplifies database migration in development and production environments , When you use it :
Create a database when necessary ( Without a database )
Apply data migration without migration
Initialize seed data ( When you need it )
Although creating databases and applying migrations seems only useful for relational databases , But even if you choose NoSQL Database provider ( Such as MongoDB), This project will also be generated . At this time , It will provide the necessary initial data for the application .
- It relies on
.EntityFrameworkCore.DbMigrationsproject ( in the light of EF Core), Because it needs to access the migration file .- It relies on
.Application.Contractsproject , Because it requires access permission definitions to give all permissions to the administrator user when initializing seed data .
.HttpApi project
Used for definition API controller
Most of the time , You don't need to define it manually API controller , because ABP The dynamics of the API The function will be automatically created according to the application layer API controller , But if you need to write API controller , Then it is the most suitable place
It relies on .Application.Contracts project , Because it needs to inject the application service interface
.HttpApi.Client project
Definition C# The client agent uses... In the solution Http API project , You can share your edits to third-party clients , Make it easy in DotNet Use your http API
ABP Yes dynamic C# API client function , So in most cases, you don't need to create it manually C# Client agent .
.HttpApi.Client.ConsoleTestAppThe project is a console application that demonstrates the use of client agents .
- It relies on
.Application.Contractsproject , Because it needs to use application service interface and DTO.If you don't need to be API Create dynamic C# Client agent , You can delete this project and dependencies
.Web project
Contains the user interface of the application (UI). If you use ASP.NET Core MVC UI, Contains the main of the application
appsettings.jsonThe configuration file , Used to configure the database connection string and other configurations of the application
rely on
.HttpApiproject , because UI The layer needs to use the... Of the solution API And application service interface .
. Hierarchical structure
If you choose ASP.NET core UI And designated --tiered Options ,CLI Will create tiered solutions , The purpose of the hierarchical structure is to Web Applications and Http Api Deploy to different servers
References :Startup Templates/Application | Documentation Center | ABP.IO
The purpose of writing this article is to facilitate my study ABP
边栏推荐
- Transformer le village de tiantou en un village de betteraves sucrières
- skywalking集成nacos动态配置
- FPGA - 7系列 FPGA内部结构之Clocking -01- 时钟架构概述
- Code shoe set - mt3114 · interesting balance - explain it with examples
- MinIO纠错码、分布式MinIO集群搭建及启动
- DEV XPO对比之UOW
- make: g++:命令未找到
- Make Tiantou village sweet. Is Xianjing taro or cabbage the characteristic agricultural product of Tiantou Village
- OpenGL ES: (1) OpenGL ES的由来 (转)
- Record currency in MySQL
猜你喜欢

68 cesium code datasource loading czml

Crossing pie · pie pan + Mountain duck = local data management

让田头村变甜头村的特色农产品是仙景芋还是白菜

The row and column numbers of each pixel of multi-source grid data in the same area are the same, that is, the number of rows and columns are the same, and the pixel size is the same

Small guide for rapid completion of mechanical arm (VI): stepping motor driver

论文学习记录随笔 多标签之LIFT

CJC8988带2个立体声耳机驱动器的低功率立体声编解码器

数据库问题,如何优化Oracle SQL查询语句更快,效率更高

讓田頭村變甜頭村的特色農產品是仙景芋還是白菜

机械臂速成小指南(六):步进电机驱动器
随机推荐
El tooltip in the table realizes line breaking display
FPGA - 7系列 FPGA内部结构之Clocking -01- 时钟架构概述
Linux closes the redis process SYSTEMd+
Chip, an empire built on sand!
Record currency in MySQL
XAF Bo of dev XPO comparison
Send you through the data cloud
关于一道01背包问题的·拓展题的思考
Orcle创建用户+角色
uniapp树形层级选择器
three. JS summary
Stack Title: parsing Boolean expressions
Pit of kotlin bit operation (bytes[i] and 0xff error)
Diagramme dynamique Excel
Index method and random forest to realize the information of surface water body in wet season in Shandong Province
Don't put your notes and videos everywhere!
Bat operation FTP upload and download command
OpenGL es: (5) basic concepts of OpenGL, the process of OpenGL es generating pictures on the screen, and OpenGL pipeline
OpenGL ES: (3) EGL、EGL绘图的基本步骤、EGLSurface、ANativeWindow
68 cesium code datasource loading czml