Welcome to MSDN Blogs Sign in | Join | Help

October 2008 - Posts

At PDC

I'm currently at PDC in Los Angeles, so if you are here as well, take a moment to say hello if you see me :)
Posted by ploeh | 0 Comments
Filed under:

UAC Privileges Flow Across WCF Boundaries

Today, I just spent an entire afternoon troubleshooting a problem in one of my WCF services. When the solution finally dawned on me, it was so simple that I wanted to kick myself, so I thought that by sharing my experience, I might spare you the agony.
Posted by ploeh | 2 Comments
Filed under:

Naming SUT Test Variables

If you are a regular reader of this blog, you may have noticed that for the last couple of months, every test I've posted has shared some similarities; one of which is that I always name my SUT test variable sut . Here's a simple example: [ TestMethod
Posted by ploeh | 5 Comments
Filed under:

Testing Against the Real Event Log

Lots of applications write to the Windows Event Log. When TDD'ing, event logging is part of an application's Indirect Output , so to verify that logging happens correctly, you need to verify the test against an Observation Point . As always, the correct
Posted by ploeh | 6 Comments
Filed under:
 
Page view tracker