NServiceBus error - Value cannot be null, Parameter name meth
Posted on February 26, 2010
It’s been a while since I used NServiceBus and I got this annoyingly cryptic error message this morning:
[Read More]
HTTP Pre-Authentication
Posted on February 19, 2010
Rick Strahl posted this excellent article on
pre-authenticating HTTP requests - this is something that’s caught me in the past but he explains
the whole concept so well here I thought this was worth noting for my own future reference.
SQL Server - Updating varbinary fields
Posted on January 29, 2010
I’m working on a development database with a lot of varbinary fields - these are great once you have your admin screens but they’re a pain in the initial development phase when there is no GUI for loading data. This little T-SQL snippet can be used to update varbinary fields...
[Read More]
Locate File in Solution Explorer - Visual Studio Macro
Posted on January 15, 2010
A colleague found this blog post by Brian Schmitt,
which is one of the most useful little tips I’ve seen in ages.
[Read More]
nServiceBus - The Good and the Bad
Posted on November 23, 2009
We’ve been using nServiceBus at work for the last week or two to send
messages between a client and server in a (hopefully) robust fashion.
[Read More]