The Coding Humanist

Category: .NET

Rent-A-Crawler

-- Filed Under: Pylus, .NET
Comments: (0)

A few months ago I drastically changed how the urls on my site were built. I moved to using the ASP.NET 2.0 virtual path provider to make more friendly urls. Because I changed the "directory" structure, havoc was wreaked upon my unsuspecting relative urls. I had to go through my posts and look for bad links. I figured I might had missed some.

Read More on "Rent-A-Crawler" >>

A Few Notes on the Logging Application Block

-- Filed Under: Tech Review, Development, .NET
Comments: (0)

We are switching a project I'm working on from a custom logging solution to the one built into the Enterprise Library, the "Logging Application Block". This is nice, because it means we can get rid of quite a bit of custom code (that's code we no longer have to debug or maintain). The logging application block is very well done as far as I can tell thus far. It makes it very easy to configure logging without having to change code.

Read More on "A Few Notes on the Logging Application Block" >>