demo地址:abp.windowsservice

该系列文章启发自 how to: create a windows service that schedules jobs, logs and is configurable by means of dependency injection

阅读优秀的项目源码,是非常值得推崇的学习方式。阅读之后必不可少的步骤是实践。该系列文章预计将有多篇文章。和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