Simon Fell > Its just code > Essential ASP.NET

Saturday, March 29, 2003

After reading most of Essential ASP.NET, I sat down and re-worked most of the RESTLog code, its now structured much more cleanly than it was, an implementation of IHttpHandlerFactory does the bulk of the hardwork, and a custom configuration section stores all the relevant config data. The main index page, the monthly index pages and the item pages are now all template driven. To help prove I got it all right, I just converted my stories to use the RESTLog code, having different templates, everything is working great :). Anyone who's remotely serious about ASP.NET should have a copy of Fritz's book, it absolutely rocks!. Even though its a litle thing, one of my favorite new tricks from the book is using Response.Output.Write to do formatted writes.