ploeh blog

Mark Seemann's discontinued .NET blog.

October, 2008

Posts
  • ploeh blog

    At PDC

    • 0 Comments
    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 :)
  • ploeh blog

    UAC Privileges Flow Across WCF Boundaries

    • 2 Comments
    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...
  • ploeh blog

    Naming SUT Test Variables

    • 5 Comments
    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...
  • ploeh blog

    Testing Against the Real Event Log

    • 6 Comments
    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...
Page 1 of 1 (4 items)