Browse by Tags

Related Posts

  • Inversion of Control Using Generics - Revisiting the Separation of Use and Implementation

    Martin Fowler in his famous article "Inversion of Control Containers and the Dependency Injection pattern" has compiled a number of ways how to dynamically bind a client to a service. I now would like to add two points to the discussion: firstly a distinction regarding what is injected, and...
    Posted to Ralf's Sudelbücher (Weblog) by ralfw on 01-17-2007, 12:00 AM
    Filed under: General Software Development, Tipps&Tricks, English Postings, .NET 2.0 / Whidbey, .NET Fx Programmierung
  • Single Assembly Deployment of Managed and Unmanaged Code

    .NET developers love XCOPY deployment. And they love single assembly components. At least I always feel kinda uneasy, if I have to use some component and need remember a list of files to also include with the main assembly of that component. So when I recently had to develop a managed code component...
    Posted to Ralf's Sudelbücher (Weblog) by ralfw on 02-04-2007, 12:00 AM
    Filed under: .NET Fx Programmierung, Tipps&Tricks, .NET 2.0 / Whidbey, General Software Development
  • Single Assembly Deployment of Managed and Unmanaged Code

    .NET developers love XCOPY deployment. And they love single assembly components. At least I always feel kinda uneasy, if I have to use some component and need remember a list of files to also include with the main assembly of that component. So when I recently had to develop a managed code component...
    Posted to Ralf's Sudelbücher (Weblog) by ralfw on 02-04-2007, 12:00 AM
    Filed under: .NET Fx Programmierung, Tipps&Tricks, .NET 2.0 / Whidbey, General Software Development
  • Inversion of Control Using Generics - Revisiting the Separation of Use and Implementation

    Martin Fowler in his famous article "Inversion of Control Containers and the Dependency Injection pattern" has compiled a number of ways how to dynamically bind a client to a service. I now would like to add two points to the discussion: firstly a distinction regarding what is injected, and...
    Posted to Ralf's Sudelbücher (Weblog) by ralfw on 01-17-2007, 12:00 AM
    Filed under: .NET Fx Programmierung, Tipps&Tricks, English Postings, .NET 2.0 / Whidbey, General Software Development
  • Code instrumentation with TraceSource - My personal vade mecum

    When writing more complex code you cannot really step through during debugging, it´s helpful to put stud it with statements tracing the execution flow. The .NET Framework provides for this purpose the System.Diagnostics namespace. But whenever I just quickly wanted to use it, it turned out to be a hassle...
    Posted to Ralf's Sudelbücher (Weblog) by ralfw on 10-31-2007, 12:00 AM
    Filed under: .NET Fx Programmierung, Tipps&Tricks, English Postings, .NET 2.0 / Whidbey, General Software Development
Page 1 of 1 (5 items)
Microsoft Communities