Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am working on a project with MVC code first approach web app. I need to update some data daily. This is not a trigger which will update on insert or update of any data.

I need to write a service which will be called daily.
Need a suggestion what will be the best way to do this and how.

Thanks.

What I have tried:

Need a suggestion what will be the best
Posted
Updated 4-Oct-16 0:23am
v2
Comments
F-ES Sitecore 4-Oct-16 6:25am    
The best solution to this is to either write a Windows Service or us the Windows Scheduler to schedule a task to run at a given time. Web technologies are poor solutions for implementing scheduled tasks, however if you look at Quartz.net that will probably help you but it's not a bullet-proof solution.
natekarsakshi 5-Oct-16 1:04am    
ok, thanks

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900