Mike Dellanoce's Blog
Thursday, March 11, 2010
Re-throwing exceptions in C#
›
What is the difference between the following two blocks of code? // #1 void HandleException() { try { //Do something....
1 comment:
Wednesday, January 6, 2010
Castle Windsor: Order Matters
›
I've been learning a lot about Castle Windsor lately. I ran into something that surprised me yesterday. Suppose you have the following...
3 comments:
Monday, December 14, 2009
ASP.NET MVC XML Model Binder
›
Update 12/14/2011 This is one of my most highly viewed posts. Unfortunately, this post applies to version 1 of ASP.NET MVC (it might also w...
Tuesday, December 8, 2009
"Good Enough" Test Automation
›
If you are practicing Agile and you want to stay releasable at the end of every iteration, you must automate your tests . If you do not auto...
Wednesday, December 2, 2009
Missing reports in CruiseControl.NET
›
My team experienced a spell of build failures last week due to broken unit tests. It wasn't a big deal, broken tests happen from time to...
Wednesday, November 25, 2009
Configuring NServiceBus In Web Applications
›
My team recently started using NServiceBus for a new project. It has gone extremely well for the most part. Messaging can be tricky, and a...
2 comments:
‹
Home
View web version