Difference between SharePoint WorkFlow, Event Receivers
What is the Difference between SharePoint WorkFlow, Event Receivers and Timer Job ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajkiran SwainPosted Jul 4, 2017, 12:08 PM
Manikandan MurugesanPosted Jul 4, 2017, 11:40 AM
Timer Jobs:Lastly, SharePoint Timer Jobs. Timer Jobs are triggered both automatically and manually after a defined period. Timer Jobs, like Event Receivers, are created through Visual Studio. Timer Jobs are different from above two in terms that they are triggered only at the mentioned time. They can also be triggered manually but that’s not why they are created. Let’s say you want to assign some administrative tasks to the users on daily or weekly basis, that’s where you use timer job.
Hope fully this brief overview of the above three can help you decide when to use each one of them.
http://www.dotnetplace.com/post/Difference-between-SharePoint-WorkFlow-Event-Receivers-and-Timer-Job.aspx (For additional info)