Hello, I have c# web project i need to run in background in task scheduler or how i can switch my project to webservice
For further actions, you may consider blocking this person and/or reporting abuse
Hello, I have c# web project i need to run in background in task scheduler or how i can switch my project to webservice
For further actions, you may consider blocking this person and/or reporting abuse
Sebastian -
Ashish Bailkeri -
harsh banthiya -
harsh banthiya -
Once suspended, fadisowan will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, fadisowan will be able to comment and publish posts again.
Once unpublished, all posts by fadisowan will become hidden and only accessible to themselves.
If fadisowan is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Fadi Sowan.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag fadisowan:
Unflagging fadisowan will restore default visibility to their posts.
Top comments (2)
There are many ways to do that, i suggest you to think first about the whole architecture of the system. Maybe you should create an independent application only for cron jobs, instead of just adding "cron code" in your current web application.
Eather way, i suggest you to take a look at hangfire.io/
yes hangfire is the best option