Streamline Development
Traditionally, creating a scheduled task in DNN (e.g. sync data, run backups, generate reports, etc.) requires relying on a programmer to write C#/VB.NET code, compile and deploy the binary files to the server via FTP. If you need to make a small change, your programmer needs to update the code, compile and deploy all over again. Maintaining your scheduled tasks becomes unnecessarily expensive and risky especially if you're relying on a 3rd party programmer.
With Revindex Task Scheduler, you can now schedule to run any assembly, executable file or write and run powerful SQL, PowerShell or Razor (C#) scripts directly on your site without the hassle to maintain a separate source code elsewhere, compiling and deploying. Using a script approach allows you to completely own the process and make simple edits easily without needing an expensive programmer.