Mike Dellanoce's Blog

Tuesday, December 21, 2010

Assert.DoesNotThrow... why does it exist?

›
Take a look at this test: [Test] public void TestSomething() { Assert.DoesNotThrow(MethodUnderTest); } It seems to me that it is fun...
3 comments:
Tuesday, December 7, 2010

AsyncController and custom action invokers

›
If you are trying to get AsyncControllers to work, you might run into this gem when you try to test your controller: If this happens to ...
2 comments:
Monday, December 6, 2010

Using AsyncController with NServiceBus

›
With NServiceBus sometimes you do not want to allow a web request to complete until you have received some response from your message handl...
5 comments:
Saturday, August 14, 2010

Ctrl-C and the NServiceBus generic host

›
Ten posts and almost a whole year later, my very first post about NServiceBus is still by far my most popular. So here is some more NServic...
1 comment:
Tuesday, July 27, 2010

Over-testing: the data-driven edition

›
Learning to test at the right level of abstraction is tough. A common mistake involves the abuse of data-driven testing tools. Data-driven t...
Saturday, July 17, 2010

JavaScript - apply invocation pattern part 2

›
In my last post I promised a real-world example of the apply invocation pattern. The truth is it was getting late, and I didn't feel li...
Tuesday, July 13, 2010

Things your parents never told you about JavaScript - Apply invocation pattern

›
So, yeah, it's been a while... okay, it's been more than a while. I'm sure my 8 followers missed me. Anyway, I recently had the ...
‹
›
Home
View web version

About Me

Unknown
View my complete profile
Powered by Blogger.