ploeh blog

Mark Seemann's discontinued .NET blog.

July, 2007

Posts
  • ploeh blog

    Call Contexts vs. ASP.NET

    • 1 Comments
    In my former post on Ambient Contexts , I described how you can use CallContext or Thread Local Storage (TLS) to store a context that is specific to the current context of a call. As it turns out, ASP.NET uses a threading model that disables this approach...
  • ploeh blog

    Ambient Context

    • 11 Comments
    These days, I'm becoming increasingly enamored with the idea of implementing cross-cutting concerns using Thread Local Storage (TLS) or the current call context. For the most typical aspects of software, such as security and logging, the .NET framework...
  • ploeh blog

    Imperative Configuration

    • 7 Comments
    How can I unit test my application with different configuration settings? A couple of months back, a reader asked me this question, and while I provided an immediate response via email, I think that the question deserves a post of its own. In .NET...
Page 1 of 1 (3 items)