斗爷

导航

随笔分类 -  ABP框架

上一页 1 2 3 下一页

ABP框架系列之三十四:(Multi-Tenancy-多租户)
摘要:What Is Multi Tenancy? "Software Multitenancy refers to a software architecture in which a single instance of a software runs on a server and serves m 阅读全文

posted @ 2018-01-16 14:22 斗哥哥 阅读(3688) 评论(0) 推荐(1) 编辑

ABP框架系列之三十三:(Module-System-模块系统)
摘要:Introduction ASP.NET Boilerplate provides an infrastructure to build modules and compose them to create an application. A module can depend on another 阅读全文

posted @ 2018-01-16 14:01 斗哥哥 阅读(865) 评论(0) 推荐(0) 编辑

ABP框架系列之三十二:(Logging-登录)
摘要:Server Side(服务端) ASP.NET Boilerplate uses Castle Windsor's logging facility. It can work with different logging libraries: Log4Net, NLog, Serilog... e 阅读全文

posted @ 2018-01-16 13:59 斗哥哥 阅读(571) 评论(0) 推荐(0) 编辑

ABP框架系列之三十一:(Localization-本地化)
摘要:Introduction Any application has at least one language for user interface. Many applications have more than one. ASP.NET Boilerplate provides a flexib 阅读全文

posted @ 2018-01-16 13:53 斗哥哥 阅读(5767) 评论(0) 推荐(0) 编辑

ABP框架系列之三十:(Javascript-API-Javascript-API)
摘要:ASP.NET Boilerplate provides a set of objects and functions that are used to make javascript development easy and standards-based. ASP.NET的模板提供了一套,是用来 阅读全文

posted @ 2018-01-16 13:47 斗哥哥 阅读(230) 评论(0) 推荐(0) 编辑

ABP框架系列之二十九:(Hangfire-Integration-延迟集成)
摘要:Introduction Hangfire is a compherensive background job manager. You can integrate ASP.NET Boilerplate with Hangfire to use it instead of default back 阅读全文

posted @ 2018-01-02 14:53 斗哥哥 阅读(732) 评论(0) 推荐(0) 编辑

ABP框架系列之二十八:(Handling-Exceptions-异常处理)
摘要:Introduction This document is for ASP.NET MVC and Web API. If you're interested in ASP.NET Core, see ASP.NET Core documentation. This document is for 阅读全文

posted @ 2017-12-11 13:47 斗哥哥 阅读(924) 评论(0) 推荐(0) 编辑

ABP框架系列之二十七:(Feature-Management-特征管理)
摘要:Introduction Most SaaS (multi-tenant) applications have editions (packages) those have different features. Thus, they can provide different price and 阅读全文

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

ABP框架系列之二十六:(EventBus-Domain-Events-领域事件)
摘要:In C#, a class can define own events and other classes can register it to be notified when something happen. This is useful for a desktop application 阅读全文

posted @ 2017-12-08 13:33 斗哥哥 阅读(1769) 评论(0) 推荐(0) 编辑

ABP框架系列之二十五:(Embedded-Resource-Files-嵌入式资源文件)
摘要:Introduction ASP.NET Boilerplate provides an easy way of using embedded Razor views (.cshtml files) and other resources (css, js, img... files) in you 阅读全文

posted @ 2017-12-08 09:46 斗哥哥 阅读(1420) 评论(0) 推荐(0) 编辑

ABP框架系列之二十四:(Email-Sending-EF-电子邮件发送)
摘要:Introduction Email sending is a pretty common task for almost every application. ASP.NET Boilerplate provides a basic infrastructure to simply send em 阅读全文

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

ABP框架系列之二十三:(EF-MySql-Integration-EF-MySql-集成)
摘要:Introduction While our default templates designed to work with SQL Server, you can easily modify them to work with MySql. In order to do that, you nee 阅读全文

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

ABP框架系列之二十二:(Dynamic-Web-API-动态WebApi)
摘要:Building Dynamic Web API Controllers This document is for ASP.NET Web API. If you're interested in ASP.NET Core, see ASP.NET Core documentation. This 阅读全文

posted @ 2017-12-07 09:31 斗哥哥 阅读(2722) 评论(0) 推荐(0) 编辑

ABP框架系列之二十一:(Domain-Services-领域服务)
摘要:Introduction Domain Services (or just Service, in DDD) is used to perform domain operations and business rules. Eric Evans describes a good Service in 阅读全文

posted @ 2017-12-06 08:38 斗哥哥 阅读(1498) 评论(0) 推荐(0) 编辑

[置顶]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 斗哥哥 阅读(4786) 评论(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 斗哥哥 阅读(3528) 评论(0) 推荐(0) 编辑

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

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

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

上一页 1 2 3 下一页