該系列文章啟發自 "How to: Create a Windows Service that schedules jobs, logs and is configurable by means of dependency injection" 閱讀優秀的項目源碼,是非常值得推崇的學習方式。閱讀之後 ...
demo地址:ABP.WindowsService
閱讀優秀的項目源碼,是非常值得推崇的學習方式。閱讀之後必不可少的步驟是實踐。該系列文章預計將有多篇文章。和How to: Create a Windows Service that schedules jobs, logs and is configurable by means of dependency injection 不同甚相同的是,該系列文章將書寫大量細節,以儘量探討正式項目中可能涉及的所有方面,因此預計將有更多篇文章以達成實踐的目的。
1、使用Topshelf創建Windows服務
2、在控制台應用程式使用appsettings.json
3、Windows服務使用log4net記錄日誌
4、Windows服務使用Windsor容器
5、使用Quartz實現定時作業
6、使用log4net記錄ABP日誌
7、在ABP中靈活使用AutoMapper