ASP.NET MVC version of WP-Cron -


wordpress has interesting plugin called wp-cron. acts cron, doesn't require "real" cron set up.

the way works pretty simple: once specify cron frequency (eg. once day @ 3am), whenever visits site, checks if it's time execute cron task (last visit pre-cron, current visit post-cron), , it.

is there (on nuget?) asp.net mvc (4)? can't imagine it's terribly complex write, assume solved problem already. quick google turned "write windows service" or "set real cron."

workflow foundation might work well, although imagine more work can implement wp-cron style.

if want schedule tasks, can @ quarts.net. it's complete library based around sort of thing. if want down , dirty, jeff atwood has method (that used here on stackoverflow) takes advantage of caching , expiration.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -