斗爷

导航

2017年12月8日 #

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