Reputation: 153
We have a requirement to remove SSR dependancy as well as SQL jobs dependancy from our distributes system and have to implement alternative solution to send subscriptions from our system.Main target is to move database into noSql database.Problem is noSQL databases don't have sql jobs kind of functionality as well as SSRS subscription functionality.we have to implement solution using c# because whole system runs on windows server. can anyone suggest a solution ?
Upvotes: 2
Views: 282
Reputation: 938
You can use Quartz.net for job sheduling.Follow this tutorial to learn Quartz.net
Upvotes: 1