Welcome to AspAdvice Sign in | Join | Help

Orcs Goblins and .NET

I enjoy reading and writing. I hope you enjoy at least the former. I have moved my blog to Brendan.Enrick.com.

Syndication

Tags

News

Locations of visitors to this page

Navigation

Archives

Advice Sites

Articles

Blogs

Music

September 2008 - Posts

A Note on ASP.NET Session
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...

by Brendan | 0 Comments

Filed under: ,

Separation of Concerns
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...

by Brendan | 1 Comments

Filed under:

Separation of Code Responsibilities
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...

by Brendan | 2 Comments

Filed under:

Dependency Injection Frameworks
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...

by Brendan | 1 Comments