01. August 2012

Setting up a Cron Job equivalent with ASP.NET MVC

After much searching across the internet I have found no easy way to set up something similar to Cron Jobs in ASP.NET MVC. Such a simple thing that I would have thought someone solved already that is simple and easy-to-use. Now you may be thinking, “Hey, what about Quartz.Net”. And you are right, Quartz.Net does offer this functionality for the .NET framework. There are a couple problems that I found with Quartz.Net while working with it.

more

15. July 2012

Setting up passive ftp with Windows Azure VM’s

After searching and searching the internet for a guide on this to no avail I decided that I would write my own. This seems like such an easy thing to do, but there is no complete guide on going it from start to finish that I have found. This tutorial will use Windows Server 2012. There is a smattering of information on it, some outdated. So without further ado…

more