EDIT: I have decided to update this post with the current features of Nhibernate and include features that have become available since I first wrote this post: My company has...
What is Inversion of Control and what problems does it solve Inversion of control can be described as the reversal of control in parts of a program. Another way of...
We recently upgraded one of our applications from MVC 3 to MVC 4. In development we use the Visual studio development server and the upgrade seemed fine. When we deployed...
I have been battling with a problem with the date picker. The problem is that when I add new inputs with the DatePicker class they do not behave in the...
We have started using Test Driven Design (hopefully properly) over the last few months and I wanted to share our experiences of it. Before we started using TDD our approach...