Monthly Archives: March 2010

On Dynamic Actions in ASP.NET MVC

I’ve always been bothered by writing code like: public class HomeController : Controller { public ActionResult Index() { return View(); } public ActionResult About() { return View(); } public ActionResult Terms() { return View(); } public ActionResult Privacy() { return … Continue reading

Tagged , , | Leave a comment

On MobileMe and Life in Apple’s Cloud

A former co-worker once said to me that he hated Apple for its insistence on putting form ahead of function. After nearly two years of being a Mac and iPhone user I’m pretty certain I agree with his assessment. Most … Continue reading

Tagged , | Leave a comment