当前位置:网站首页>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
边栏推荐
- 3D printer threading: five simple solutions
- Transformer le village de tiantou en un village de betteraves sucrières
- TiDB单机模拟部署生产环境集群(闭坑实践,亲测有效)
- OpenGL es: (2) relationship between OpenGL es, EGL and glsl
- Oracle sequence + trigger
- π盘,让您电脑变成个人的私有云
- Chip, an empire built on sand!
- Geoffrey Hinton: my 50 years of in-depth study and Research on mental skills
- el-table 动态表头渲染 固定第一列 高度问题
- How to transmit and share 4GB large files remotely in real time?
猜你喜欢

Know the future of "edge computing" from the Nobel prize!

Infinite horizontal marble game

QT write custom control - self drawn battery

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

FPGA - 7系列 FPGA内部结构之Clocking -01- 时钟架构概述

4GB大文件,如何实时远程传输和共享?

68 Cesium代码datasource加载czml

OpenGL ES: (5) OpenGL的基本概念、OpenGL ES 在屏幕产生图片的过程、OpenGL管线(pipeline)

Linux closes the redis process SYSTEMd+

Scope data export mat
随机推荐
Fixed height of the first column in El table dynamic header rendering
SOE空间分析服务器 MySQL以及PostGres的地理空间库PostGIS防注入攻击
【文件系统】如何在ubi之上运行squashfs
JDBC connection pool
OpenGL ES: (2) OpenGL ES 与 EGL、GLSL的关系
excel初级应用案例——杜邦分析仪
OpenGL ES: (1) OpenGL ES的由来 (转)
My experience from technology to product manager
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
excel動態圖錶
云盘里资料被和谐了,怎么办?
SystemVerilog学习-06-类的封装
restframework-simpleJWT重写认证机制
Oracle create user + Role
穿越派·派盘 + Mountain Duck = 数据本地管理
OpenGL es: (1) origin of OpenGL es (transfer)
Thesis learning record essay multi label lift
数据库er图组成要素
解决麒麟V10上传文件乱码问题
PLA不粘貼在床上:6個簡單的解决方案