So, how expensive is it to let Castle Windsor / Spring.NET make my object?
Lately I was getting increasingly curious about the overhead of using a Dependency Injection-container to provide me with instances of my objects. With overhead I mean if and how much longer it takes for the DI container to provide me with the desired instance.
Indeed, this is not an overly interesting number. After all, how often do you instantiate an object in your Application's lifecycle and even if you do it very often, how does it compare to other activities of your Software like doing a Database Query?
read more
Lesen Sie den vollständigen Eintrag unter http://realfiction.net/?q=node/143