Timer Jobs in SharePoint 2010
Timer Jobs in SharePoint 2010 What is a Timer Job ? A Timer Job is a periodically executed task inside SharePoint Server. It provides us a task execution environment. For example, we can execute tasks like: update list item everyday, send email every hour Default Timer Jobs Inside Sharepoint: There are many timer job s inside SharePoint which do internal tasks like: Send emails Validate sites Delete unused sites Health analysis Product versioning Diagnostics These tasks will having execution periods like: Minute Hour Day Week Month see this link for more details Here I will explain how to create a SharePoint timer job using visual studio.Do the following steps. Step 1 : Open visual studio->New Project->SharePoint-> Empty SharePoint Project->Give Project name(here I gave as TimerJobExample )-> click Next-...