斗爷

导航

随笔分类 -  ABP框架

上一页 1 2 3

ABP框架系列之十五:(Caching-缓存)
摘要:Introduction ASP.NET Boilerplate provides an abstraction for caching. It internally uses this cache abstraction. While default implementation uses Mem 阅读全文

posted @ 2017-11-30 14:19 斗哥哥 阅读(1295) 评论(0) 推荐(0) 编辑

ABP框架系列之十四:(Background-Jobs-And-Workers)
摘要:Introduction ASP.NET Boilerplate provides background jobs and workers those are used to execute some tasks in background threads in an application. AS 阅读全文

posted @ 2017-11-29 15:53 斗哥哥 阅读(3944) 评论(0) 推荐(0) 编辑

ABP框架系列之十三:(Authorization-授权)
摘要:Introduction Almost all enterprise applications use authorization in some level. Authorization is used to check if a user is allowed to perform some s 阅读全文

posted @ 2017-11-29 13:49 斗哥哥 阅读(4840) 评论(0) 推荐(0) 编辑

ABP框架系列之十二:(Audit-Logging-审计日志)
摘要:Introduction Wikipedia: "An audit trail (also called audit log) is a security-relevant chronological record, set of records, and/or destination and so 阅读全文

posted @ 2017-11-29 11:31 斗哥哥 阅读(3984) 评论(1) 推荐(0) 编辑

ABP框架系列之十一:(AspNet-Core-ASPNET核心)
摘要:Introduction This document describes ASP.NET Core integration for ASP.NET Boilerplate framework. ASP.NET Core integration is implemented in Abp.AspNet 阅读全文

posted @ 2017-11-28 14:56 斗哥哥 阅读(1442) 评论(0) 推荐(0) 编辑

ABP框架系列之十:(Application-Services-应用服务)
摘要:Application Services are used to expose domain logic to the presentation layer. An Application Service is called from presentation layer with a DTO (D 阅读全文

posted @ 2017-11-28 11:26 斗哥哥 阅读(1762) 评论(0) 推荐(0) 编辑

ABP框架系列之九:(Abp-Session-会话)
摘要:Introduction ASP.NET Boilerplate provides IAbpSession interface to obtain current user and tenant without using ASP.NET's Session. IAbpSession is also 阅读全文

posted @ 2017-11-27 17:17 斗哥哥 阅读(2521) 评论(0) 推荐(1) 编辑

ABP框架系列之八:(Introduction-介绍)
摘要:Introduction We are creating different applications based on different needs. But implementing common and similar structures over and over again, at l 阅读全文

posted @ 2017-11-27 15:09 斗哥哥 阅读(1390) 评论(0) 推荐(0) 编辑

ABP框架系列之七:(About-关于ABP)
摘要:Considerations Source codes Contributors Contact ASP.NET Boilerplate is designed to help us to develop applications using best practices without repea 阅读全文

posted @ 2017-11-27 10:42 斗哥哥 阅读(373) 评论(0) 推荐(0) 编辑

ABP框架系列之六:(Value-Objects-值对象)
摘要:Introduction "An object that represents a descriptive aspect of the domain with no conceptual identity is called a VALUE OBJECT." (Eric Evans). “表示没有概 阅读全文

posted @ 2017-11-25 17:15 斗哥哥 阅读(1928) 评论(0) 推荐(0) 编辑

ABP框架系列之五:(Unit Of Work-工作单元)
摘要:Introduction Connection and transaction management is one of the most important concepts in an application that uses a database. When to open a connec 阅读全文

posted @ 2017-11-25 13:41 斗哥哥 阅读(2132) 评论(0) 推荐(0) 编辑

ABP框架系列之四:(Repositories-仓库)
摘要:"Mediates between the domain and data mapping layers using a collection-like interface for accessing domain objects" (Martin Fowler). Repositories, in 阅读全文

posted @ 2017-11-24 17:14 斗哥哥 阅读(2441) 评论(0) 推荐(0) 编辑

ABP框架系列之三:(Entity Framework Integration-实体框架集成)
摘要:ASP.NET Boilerplate can work with any O/RM framework. It has built-in integration with EntityFramework. This document will explain how to use EntityFr 阅读全文

posted @ 2017-11-24 14:16 斗哥哥 阅读(1874) 评论(0) 推荐(0) 编辑

ABP框架系列之二:(Entity Framework Core-实体核心框架)
摘要:Introduction(介绍) Abp.EntityFrameworkCore nuget package is used to integrate to Entity Framework (EF) Core ORM framework. After installing this package 阅读全文

posted @ 2017-11-24 10:52 斗哥哥 阅读(1854) 评论(0) 推荐(0) 编辑

ABP框架系列之一:(Entity-实体)
摘要:Entities are one of the core concepts of DDD (Domain Driven Design). Eric Evans describe it as "An object that is not fundamentally defined by its att 阅读全文

posted @ 2017-11-23 16:14 斗哥哥 阅读(7331) 评论(0) 推荐(1) 编辑

上一页 1 2 3