IoC

Tag details

Welcome to the 'IoC' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'IoC'.

Look up Offsite Link "IoC" at The Free Dictionary

Latest blogosphere posts tagged “IoC”

  • Windsor-managed HttpModules


    Bug squashAuthority Authority: 406
    blockquote { margin: 1em 3em; padding: .5em 1em; border-left: 5px solid #fce27c; background-color: #f6ebc1; }blockquote p { margin: 0; } Another interesting question from stackoverflow : I have a custom HTTP Module. I would like to inject the logger using my IoC framework, so I can log errors in the module. ...
    1 day ago
  • Dependency Injection and Inversion of Control are not rocket surgery


    LazycoderAuthority Authority: 479
    I see a lot of people talking about how “advanced” techniques like dependency injection and inversion of control are and how their team won’t understand either technique.   Folks, this isn’t hard. In fact, both of these things are so simple I simply call it “using the programming language”.   Let’s ...
    6 days ago
  • Dew Drop – November 1, 2009


    Alvin Ashcraft's Morning DewAuthority Authority: 126
      Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day   .NET / Visual Studio Character Testing with the Char ...
    1 week ago
  • Visualizing Windsor components dependencies


    Bug squashAuthority Authority: 406
    When working with Windsor on complex applications, its pretty common to have hundreds or even thousands of components managed by the container. The dependencies can get quite intricate and sometimes you need to see the big picture. Static analyzers like NDepend dont cut it since components are wired by Windsor at ...
    1 week ago
  • Injecting an ILogger property with Autofac


    Where's LouAuthority Authority: 389
    I’ve always liked the Castle.Core ILogger and ILoggerFactory abstraction. I don’t know why but I’ve never been a fan of log4net so I like to keep direct dependencies to it at arm’s length. Looking into Autofac recently, I was trying to find a way of getting a logger property assigned as a component is ...
    2 weeks ago
  • Castle Windsor: Transient Objects and Release Policies


    Guardian's HomeAuthority Authority: 112
    I’m not a Castle Windsor expert and I started using it heavily some months ago. These days I’m profiling some of the applications I wrote in the past to try to optimize the memory usage and reduce the footprint they allocate. Using some profiling tools I came across one of the most frequent (and biggest) mistakes ...
    3 weeks ago
  • Inversion Of Control, Single Responsibility Principle and Nikola’s laws of dependency injection


    VusCode - Coding dreams since 1998!Authority Authority: 408
    Today I stumbled upon the stack overflow question regarding using DI frameworks for classes with many dependencies where the example given and couple of answers have reminded me about a subject I want to post for a long time. So the example from question basically goes like this: MyClass(ILog log, IAudit ...
    3 weeks ago
  • Show, Don’t Tell


    Thought ClustersAuthority Authority: 114
    The title comes from the field of literature and art where writers (and movie directors) are rebuked for using narration (”he was sad”) instead of using actions and thoughts of a character to illustrate a situation. Much of the recent debate over unit tests and Inversion of Control has been the meta discussion: ...
    4 weeks ago

Comments about IoC

Personal attacks are NOT allowed
Please read our comment policy