摘要:famous literary book 文学名著 seek justice 寻求公正 a newborn baby 新生婴儿 beware of poisonous things 小心有毒的东西 rat poison 灭鼠剂 certain mushrooms 某些蘑菇 car accident
阅读全文
摘要:outdoor activities 户外活动 in their leisure time 在他们的空闲时间里 drive off 开走 carry a container 载着一个集装箱 once upon a time 很久以前 against the enemy 对抗敌人 the large
阅读全文
摘要:the surface of the soup 汤的表面 three generations of people 三代人 there is a job vacancy 有一个职位缺人 secondhand smoking 二手烟 reserve tables 订座 lots of useful in
阅读全文
摘要:video call 视频电话 college diploma 大学毕业证 the injured kitten 受伤的小猫 three different forms 三种不同的形态 marketing plan 市场营销计划 increase the sales of the product 提
阅读全文
摘要:Web应用开发教程 - Part 8: 作家:应用层 //[doc-params] { "UI": ["MVC","Blazor","BlazorServer","NG"], "DB": ["EF","Mongo"] } 关于本教程 在这个教程系列中,你将创建一个基于ABP的Web应用程序,叫 Ac
阅读全文
摘要:Web应用开发教程 - Part 7: 作家:数据库集成 //[doc-params] { "UI": ["MVC","Blazor","BlazorServer","NG"], "DB": ["EF","Mongo"] } 关于本教程 在这个教程系列中,你将创建一个基于ABP的Web应用程序,叫
阅读全文
摘要:new trend 新时尚 four limbs 四肢/四条腿 history book 史书 the box game ended in a draw 拳击比赛最终以平局结束 completely bankrupt 彻底破产 reach a deal 达成合作协议 negative comment
阅读全文
摘要:Web应用开发教程 - Part 6: 作家:领域层 //[doc-params] { "UI": ["MVC","Blazor","BlazorServer","NG"], "DB": ["EF","Mongo"] } 关于本教程 在这个教程系列中,你将创建一个基于ABP的Web应用程序,叫 Ac
阅读全文
摘要:close the deal 生意成交 logical thinking 逻辑思维 take up gardening as a hobby 喜欢上园艺 pave a pathway 铺路 air pollution 空气污染 at first 起初,一开始
阅读全文
摘要:Web应用开发教程 - Part 5: 授权 授权 ABP框架提供了一个基于ASP.NET Core的授权基础设施的授权系统。在标准授权基础架构之上增加的一个主要功能是权限系统,它允许定义权限并启用/禁用每个角色、用户或客户端。 权限命名 一个权限必须有一个唯一的名字( string类型). 最好的
阅读全文
摘要:Web Application Development Tutorial Web应用程序开发教程 About This Tutorial 关于本教程 In this tutorial series, you will build an ABP based web application named
阅读全文
摘要:ABP 学习示例程序 基于EFCore+MySQL实现,按照官方示例(包含Quick Start中的TODO项目和Tutorials中的Books+Authors项目)一步一步对照官方指导说明实现。 AbpTestDemo.Application AbpTestDemo.Application.Co
阅读全文
摘要:full mark 满分 world peace 世界和平 payment methods 支付方式 setting menu 设置菜单 exact height 精确高度 perform an operation 做手术 float on the lake 飘在湖上 international i
阅读全文
摘要:Reference Books 引用书籍 If you are more interested in the Domain Driven Design and building large-scale enterprise systems, the following books are recom
阅读全文
摘要:Examples 示例 This section contains some Application Service and Domain Service examples to discuss how to decide to place business logic inside these s
阅读全文
摘要:Multiple Application Layers 多种应用层 DDD helps to deal with complexity when your system is large. Especially, if there are multiple applications are bein
阅读全文
摘要:Domain Logic & Application Logic 领域逻辑&应用逻辑 As mentioned before, Business Logic in the Domain Driven Design is split into two parts (layers): Domain Lo
阅读全文
摘要:Updating / Manipulating An Entity 更新/使用实体 Once an entity is created, it is updated/manipulated by the use cases until it is deleted from the system. T
阅读全文
摘要:Example Use Cases 用例案例 This section will demonstrate some example use cases and discuss alternative scenarios. 本节将展示一些用例案例,并讨论替代方案。 Entity Creation 创建
阅读全文
摘要:a perfect place for relaxation 放松/休养的好地方 environmental protection 环境保护 luxury car 豪车 reach for the ball 够球 see a doctor 看病 fail the exam 考试不及格 the ind
阅读全文
摘要:Data transfer Objects 数据传输对象 A DTO is a simple object that is used to transfer state (data) between the Application and Presentation Layers. So,Applic
阅读全文
摘要:Application Services 应用服务 An Application Service is a stateless service that implements use cases of the application. An application service typically
阅读全文
摘要:Domain Services 领域服务 Domain Services implement domain logic which; 领域服务实现了领域逻辑,其中: Depends on services and repositories. 取决于服务和存储库。 Needs to work with
阅读全文
摘要:Specifications 基本原则 A specification is a named, reusable, combinable and testable class to filter the Domain Objects based on the business rules. 一个规范
阅读全文
摘要:Repositories 存储层 A Repository is a collection-like interface that is used by the Domain and Application Layers to access to the data persistence syste
阅读全文