asp.net - Task scheduling in Vb.net -


my requirement schedule reports @ particular time , frequency, i.e. weekly, monthly or daily.

this reports should mailed @ specified time attachment @ scheduled.

thanks in advance

there great framework called hangfire can use schedule tasks in .net:

http://hangfire.io/

you'll need create method running report , sending email can schedule task hangfire framework.

for other alternatives take @ blog entry hanselman: http://www.hanselman.com/blog/howtorunbackgroundtasksinaspnet.aspx


Comments

Popular posts from this blog

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -