Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Check out FluentScheduler.
In the following sample replace Console.WriteLine with a call to a method in a class.
JobManager.AddJob(() => Console.WriteLine("Late job!"), (s) => s.ToRunEvery(5).Seconds());