ploeh blog

Mark Seemann's discontinued .NET blog.

October, 2007

Posts
  • ploeh blog

    Running MSTest In An MTA

    • 14 Comments
    Writing deterministic, multi-threaded unit tests may not be your idea of a fun Saturday night, but with a little discipline and knowledge, it can be done, and it sure beats writing multi-dreaded code without the safety net provided by an automated test...
  • ploeh blog

    Speaking at TechEd Developers 2007

    • 7 Comments
    Again this year, I'll be presenting at TechEd Developers in Barcelona next month. This year, I'll be doing both a general session on mocks, as well an interactive session on TDD. You can read more on these sessions by using the conference's Session Search...
  • ploeh blog

    Race Troubleshooting Using The Console Output In VSTS

    • 3 Comments
    It must be my week of discovering the obvious . The other day I was troubleshooting a race condition in my code. I had a unit test that faithfully reproduced the error, but just looking at the code involved didn't produce any sudden insights into its...
  • ploeh blog

    Troubleshooting WCF In Production Environments

    • 11 Comments
    WCF is such a nice framework, and its diagnostics capabilities are really comprehensive. Really, I only have two (pseudo-)issues with diagnostics so far: Configuring diagnostics is pretty difficult to do (lots of XML editing involved) Reading...
Page 1 of 1 (4 items)