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 -

python - can't seem to get an output from my class -

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