September 2008 - Posts
A while back, I was asked a question by one of the junior developers here at Lake Quincy Media. I had him working on a little feature on an ASP.NET site which could be easily handled using Session. "Where is session stored, on the server or the client?"
Read More...
Continuing on my previous post about separation of code responsibilities where I was mostly just discussing one aspect of a book I appreciate, I now want to comment on the concept of separation of concerns. While thinking about this idea I realized that
Read More...
One book I would highly recommend reading is Working Effectively with Legacy Code . I should write a review of this book at some point, but for now I just want to mention one great thing about it. Reading the book is very valuable, but it is an excellent
Read More...
Lately I've been taking a look at dependency injection, and I've spent a little bit of time examining Ninject . I've read most of the Ninject Documentation, and so far I'm very interested in it. I love that it doesn't depend on configuration files. The
Read More...