学ABP(一)——实体、仓储、应用服务、DTO、EF最佳实践 & 约定(引用文档)

以下为引用abp文档的一些推荐和约定,自己也写不这么全,直接上链接:https://docs.abp.io/zh-Hans/abp/latest/Best-Practices/Entities

模块化架构最佳实践 & 约定:https://docs.abp.io/zh-Hans/abp/latest/Best-Practices/Module-Architecture

实体最佳实践 & 约定:https://docs.abp.io/zh-Hans/abp/latest/Best-Practices/Entities

仓储最佳实践 & 约定:https://docs.abp.io/zh-Hans/abp/latest/Best-Practices/Repositories

应用服务最佳实践 & 约定:https://docs.abp.io/zh-Hans/abp/latest/Best-Practices/Application-Services

数据传输对象最佳实践 & 约定:https://docs.abp.io/zh-Hans/abp/latest/Best-Practices/Data-Transfer-Objects

Entity Framework Core 集成最佳实践:https://docs.abp.io/zh-Hans/abp/latest/Best-Practices/Entity-Framework-Core-Integration

再上一个项目依赖关系(引用官方文档图片):

原文地址:https://www.cnblogs.com/quluqi/p/13341831.html