March 2009 - Posts

Reusable Fixture in C#
Published 12 March 9 2:23 PM | Phil Gilmore
Phil Gilmore I was recently working on an application that had had 2 problems. I found that at one level the code repeats itself many times over. Every method in the business layer used the same try / catch / catch structure to wrap calls to the data...