Archive for 'Uncategorized'

My New Amazon Kindle 3: Day 1

I bought a Kindle yesterday.  I have been toying with the idea of buying an ebook reader for a couple of years now, but it hasn’t been until the last couple of months that I have really considered it.  Over the last couple of years, I have built a small collection of ebooks, some that [...]

Preventing Static Content from Being Intercepted by an ASP.NET HttpModule

I am cleaning up some code in one of my projects using NHibernate and ASP.NET MVC and decided to rewrite my NHibernate code to use an HttpModule to create a Session Per Request. When debugging, I noticed that a session was being created for everying incoming request, including for static content like the .js and [...]