Tagged Questions
2
votes
8answers
1k views
Best methodology for developing c# long running processor apps
I have several different c# worker applications that run various continuous tasks: sending emails from queue, importing new orders from website database to orders database, making database backups and ...