When would SqlConnection.Open blow away a COM+ context?

Ok, this is pretty crazy. I’m on XPSP2 and I’ve entered a ServiceDomain with a ServiceConfig that requires transactions with an IsolationLevel of Serializable. Now, I’ve done this a million times before and it works no problem. In the specific scenario I’m dealing with now, I’m seeing something completely insane. I’ve constructed a SqlConnection and […]

Web Services: Contract First?

I was reading Don’s blog this morning and he links to Aaron’s post about designing web services with the “contract first” mentality. Here’s my two cents: To answer question #1: Yes, I absolutely believe in contract first. Defining web service should be no different than defining any other API. You define your interfaces first using […]