Hi All,
Today I tried building my own custom SharePoint Timer Job. So, I checked the internet for any useful resources. Actually, i found alot of useful resources but in seperate articles and focusing in certain parts. Here you will find a centralized place to all useful refrences:
1- Creating Custom SharePoint Timer Jobs by Andrew Connell
2- Deploying Custom SharePoint Timer Jobs
and Enjoy :)
Today I tried building my own custom SharePoint Timer Job. So, I checked the internet for any useful resources. Actually, i found alot of useful resources but in seperate articles and focusing in certain parts. Here you will find a centralized place to all useful refrences:
1- Creating Custom SharePoint Timer Jobs by Andrew Connell
2- Deploying Custom SharePoint Timer Jobs
- Use Visual Studio/Management Shell to Deploy your wsp
- Use SharePoint Management Shell to activate the feature (under Site Collection Features), run it As Administrartor and use the following command:
Enable-SPFeature -Identity "FeatureName" -Url http://abc:24131
and Enjoy :)

