Mike Dellanoce's Blog
Thursday, September 22, 2011
Enabling Pound proxy support for the HTTP methods PUT and DELETE
›
I'm not sure how many people out there are using Pound as a reverse proxy, but if you have it sitting in front of a ReSTful web servic...
2 comments:
Monday, August 29, 2011
HTML Basics: Labels and inputs
›
I stumbled across some code the other day that made me smile. Here is essentially what was going on: < input id ="checkbox" ...
Sunday, March 27, 2011
Testing MySQL queries with NUnit
›
Even the most adamant unit-testing purist will admit that database queries need to be tested. If possible, these tests should run against th...
4 comments:
Thursday, February 10, 2011
NServiceBus assembly scanning: avoiding unintended consequences
›
The default startup behavior for a NServiceBus endpoint is to scan all assemblies in the deployment directory for any types it might be inte...
1 comment:
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:
‹
›
Home
View web version