Archive For January 2010

Simple task Scheduling using Global asax

calendar_today 30 January 2010 22:22

ASP.NET 3.5

A frequent requirement for ASP.NET developers is to schedule tasks at regular intervals. This can include site maintenance tasks, like cleaning up old files, emailing newsletters on a schedule etc. This article examines one easy option for managing tasks like these without having to configure external tools, and discusses a couple of alternatives.

Get The Drop On ASP.NET MVC DropDownLists

calendar_today 07 January 2010 21:27

ASP.NET MVC Razor

DropDownLists in ASP.NET MVC seem to cause a fair amount of confusion to developers fresh from Web Forms World. This article looks to provide you with all (well, most) of what you need to know to get your DropDownLists working in ASP.NET MVC.