Helper Method for ASP.NET Wizard Controls

I enjoy working with the ASP.NET Wizard control – it’s one of the more useful controls available, and there always seems to be a place for a wizard in the custom apps I’ve written. Over time I’ve developed a helper method that makes it easier to do non-linear jumps from step to step. GetIndexFromStep(WizardStepBase step)…

Resources for Creating Custom Timer Jobs

After finishing up a custom timer job project, I relied on several resources to get the job done. here are some links I found very helpful: Andrew Connel’s articles: http://andrewconnell.com/blog/archive/2007/01/10/5704.aspx http://www.andrewconnell.com/blog/articles/CreatingCustomSharePointTimerJobs.aspx http://andrewconnell.com/blog/archive/2007/07/02/6067.aspx http://www.andrewconnell.com/blog/archive/2008/04/15/More-help-on-creating-custom-timer-jobs-and-a-useful.aspx MSDN article – http://msdn2.microsoft.com/en-us/library/cc406686.aspx Logging – http://trentacular.com/2008/12/sharepoint-logging-and-microsofts-trace-log-provider/ Scheduling using more natural language – http://blogs.msdn.com/markarend/archive/2007/01/16/spschedule-fromstring-recurrencevalue-syntax-format-for-recurrence-value.aspx Feature Help: xmlns comment at bottom of this…