29 Jul
2008

Code Cast 10 – Richard Hundhausen on VSTS

Richard Hundhausen is President of Accentient, a training and consulting company specializing in MS Team System. Additionally, Rich is a published author, a MS MVP in Team System, and a Microsoft Regional Director. In other words, wow. This guy knows Team System and the industry. Richard has a very popular talk that he has done […]

Read More
29 Jul
2008

How to show Log4Net info in NUnit (from NHibernate)

OK, simple little problem.  You are trying to figure out a problem with an NHibernate mapping file, you know that NHibernate uses Log4Net to log all sorts of interesting info, but you aren’t seeing it when you run your NUnit tests. Solution: 1. Add an app.config to your test project (if there isn’t one there […]

Read More
29 Jul
2008

The Onion Architecture

This is what I consider to be a good architecture for long-lived business applications and how I like to design them. Actually, our current and past two projects apply this design and its far more superior to a traditional layered approach. Check out this well written blog post and keep an eye out for the […]

Read More