我想在定期的时间间隔后自动更新我的数据库,执行此任务的更合适的过程是什么?我的项目在 ASP.net MVC 中。
问问题
1087 次
2 回答
0
Could take a look at webbackgrounder https://github.com/NuGet/WebBackgrounder
Very basic and simple task runner. Check the related nuget packages. For anything complex use quartz.net.
于 2013-04-13T09:41:19.903 回答
0
看看quartz.net。它是用于此类任务的库。教程在http://quartznet.sourceforge.net/tutorial/
于 2013-04-13T08:43:36.060 回答