斗爷

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

11 2017 档案

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 斗哥哥 阅读(2273) 评论(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 斗哥哥 阅读(1325) 评论(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 斗哥哥 阅读(4138) 评论(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 斗哥哥 阅读(4930) 评论(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 斗哥哥 阅读(4111) 评论(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 斗哥哥 阅读(1465) 评论(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 斗哥哥 阅读(1824) 评论(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 斗哥哥 阅读(2551) 评论(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 斗哥哥 阅读(1410) 评论(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 斗哥哥 阅读(377) 评论(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 斗哥哥 阅读(1973) 评论(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 斗哥哥 阅读(2234) 评论(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 斗哥哥 阅读(2499) 评论(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 斗哥哥 阅读(1901) 评论(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 斗哥哥 阅读(1909) 评论(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 斗哥哥 阅读(7461) 评论(0) 推荐(1) 编辑

MUI框架开发HTML5手机APP(一)--搭建第一个手机APP(转)
摘要:出处:http://www.cnblogs.com/jerehedu/p/7832808.html 前 言 JRedu 随着HTML5的不断发展,移动开发成为主流趋势!越来越多的公司开始选择使用HTML5开发手机APP,而随着手机硬件设备配置的不断提升,各种开发框架的不断优化,也使着H5开发的混合A 阅读全文

posted @ 2017-11-16 08:33 斗哥哥 阅读(41889) 评论(1) 推荐(2) 编辑

树莓派安装mono
摘要:http://www.mono-project.com/download/ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF 阅读全文

posted @ 2017-11-14 09:36 斗哥哥 阅读(975) 评论(0) 推荐(0) 编辑

【C#】VS2015开发环境的安装和配置(转)
摘要:出处: http://www.cnblogs.com/rainmj/p/5636518.html http://www.cnblogs.com/rainmj/p/5636529.html http://www.cnblogs.com/rainmj/p/5636535.html 阅读全文

posted @ 2017-11-02 10:31 斗哥哥 阅读(4669) 评论(0) 推荐(0) 编辑

ABP框架 - 缓存( 转)
摘要:出处:http://www.cnblogs.com/kid1412/p/5987083.html 文档目录 本节内容: 简介 ICacheManager ICache ITypedCache 配置 实体缓存 EntityCache 是如何工作 Redis 缓存集成 简介 ABP提供了一个缓存接口,它 阅读全文

posted @ 2017-11-01 16:20 斗哥哥 阅读(374) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示