摘要:Introduction Dapper is an object-relational mapper (ORM) for .NET. Abp.Dapper package simply integrates Dapper to ASP.NET Boilerplate. It works as sec
阅读全文
摘要:Introduction ASP.NET Boilerplate provides an abstraction for caching. It internally uses this cache abstraction. While default implementation uses Mem
阅读全文
摘要:Introduction ASP.NET Boilerplate provides background jobs and workers those are used to execute some tasks in background threads in an application. AS
阅读全文
摘要:Introduction Almost all enterprise applications use authorization in some level. Authorization is used to check if a user is allowed to perform some s
阅读全文
摘要:Introduction Wikipedia: "An audit trail (also called audit log) is a security-relevant chronological record, set of records, and/or destination and so
阅读全文
摘要:Introduction This document describes ASP.NET Core integration for ASP.NET Boilerplate framework. ASP.NET Core integration is implemented in Abp.AspNet
阅读全文
摘要:Application Services are used to expose domain logic to the presentation layer. An Application Service is called from presentation layer with a DTO (D
阅读全文
摘要:Introduction ASP.NET Boilerplate provides IAbpSession interface to obtain current user and tenant without using ASP.NET's Session. IAbpSession is also
阅读全文
摘要:Introduction We are creating different applications based on different needs. But implementing common and similar structures over and over again, at l
阅读全文
摘要:Considerations Source codes Contributors Contact ASP.NET Boilerplate is designed to help us to develop applications using best practices without repea
阅读全文
摘要:Introduction "An object that represents a descriptive aspect of the domain with no conceptual identity is called a VALUE OBJECT." (Eric Evans). “表示没有概
阅读全文
摘要:Introduction Connection and transaction management is one of the most important concepts in an application that uses a database. When to open a connec
阅读全文
摘要:"Mediates between the domain and data mapping layers using a collection-like interface for accessing domain objects" (Martin Fowler). Repositories, in
阅读全文
摘要: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
阅读全文
摘要:Introduction(介绍) Abp.EntityFrameworkCore nuget package is used to integrate to Entity Framework (EF) Core ORM framework. After installing this package
阅读全文
摘要: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
阅读全文
摘要:出处:http://www.cnblogs.com/jerehedu/p/7832808.html 前 言 JRedu 随着HTML5的不断发展,移动开发成为主流趋势!越来越多的公司开始选择使用HTML5开发手机APP,而随着手机硬件设备配置的不断提升,各种开发框架的不断优化,也使着H5开发的混合A
阅读全文
摘要:http://www.mono-project.com/download/ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
阅读全文
摘要:出处: http://www.cnblogs.com/rainmj/p/5636518.html http://www.cnblogs.com/rainmj/p/5636529.html http://www.cnblogs.com/rainmj/p/5636535.html
阅读全文
摘要:出处:http://www.cnblogs.com/kid1412/p/5987083.html 文档目录 本节内容: 简介 ICacheManager ICache ITypedCache 配置 实体缓存 EntityCache 是如何工作 Redis 缓存集成 简介 ABP提供了一个缓存接口,它
阅读全文