First, I highly recommend Kent Beck's Test Driven Development: By Example . It's an excellent book. I mentioned Beck's book, because it is there that I gained an insight affecting the way I'm writing unit tests. ( So Christopher, you're saying that one of the seminal works on unit...
As you may or may not know, I am a huge fan of Rhino Mocks. Well Ayende has put out Rhino Mocks 3.2 today. Check out more information on it here . You can download it here .
Have ever wanted to use a concrete class as both the the PluginFamily and Plugable (information on StructureMap's attributes here ) type in StructureMap ? I know I have, just today in fact (not the first time, but thought I would post about it this time) I needed to do just this. Why would I want to...
Jeremy always has something insightful to say, and this is no exception. Check out his TDD post about newbies on projects. http://codebetter.com/blogs/jeremy.miller/archive/2007/07/22/you-re-a-tdd-newbie-on-a-project-team-with-jeremy-what-do-you-do.aspx BTW, If all project leads/managers had this same...
Today, I was working on one of my first ever (actually, it is my 2nd) WCF services. This service was meant to be pretty simple, 1 method with 4 param's. It should not take that long, or will it. To get the service started, I began by writing the library that the service would actually consume, the business...