斗爷

导航

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 36 下一页

2017年12月5日 #

[置顶]ABP框架系列总目录(持续更新)

摘要: Articles & Tutorials Introduction & Step by Step With ASP.NET Core & Entity Framework Core. With ASP.NET MVC, Web API, EntityFramework & AngularJs. Ad 阅读全文

posted @ 2017-12-05 14:59 斗哥哥 阅读(4801) 评论(1) 推荐(3) 编辑

ABP框架系列之二十:(Dependency-Injection-依赖注入)

摘要: What is Dependency Injection If you already know Dependency Injection concept, Constructor and Property Injection patterns, you can skip to the next s 阅读全文

posted @ 2017-12-05 09:01 斗哥哥 阅读(3546) 评论(0) 推荐(0) 编辑

2017年12月4日 #

ABP框架系列之十九:(Debugging-调试)

摘要: While it's not generally needed, you may want to step into ABP's source code while you debugging your project. All official ASP.NET Boilerplate nuget 阅读全文

posted @ 2017-12-04 16:32 斗哥哥 阅读(427) 评论(0) 推荐(0) 编辑

ABP框架系列之十八:(Data-Transfer-Objects-数据转换对象)

摘要: Data Transfer Objects are used to transfer data between Application Layer and Presentation Layer. 数据传输对象用于在应用层和表示层之间传输数据。 Presentation Layer calls to 阅读全文

posted @ 2017-12-04 15:30 斗哥哥 阅读(386) 评论(0) 推荐(0) 编辑

2017年12月1日 #

ABP框架系列之十七:(Data-Filters-数据过滤)

摘要: Introduction It's common to use the soft-delete pattern which is used to not delete an entity from database but only mark it as 'deleted'. So, if an e 阅读全文

posted @ 2017-12-01 08:50 斗哥哥 阅读(1774) 评论(0) 推荐(0) 编辑

2017年11月30日 #

ABP框架系列之十六:(Dapper-Integration-Dapper集成)

摘要: Introduction Dapper is an object-relational mapper (ORM) for .NET. Abp.Dapper package simply integrates Dapper to ASP.NET Boilerplate. It works as sec 阅读全文

posted @ 2017-11-30 15:45 斗哥哥 阅读(2265) 评论(0) 推荐(0) 编辑

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 斗哥哥 阅读(1306) 评论(0) 推荐(0) 编辑

2017年11月29日 #

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 斗哥哥 阅读(4028) 评论(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 斗哥哥 阅读(4879) 评论(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 斗哥哥 阅读(4048) 评论(1) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 36 下一页