Nach Ordnungsbegriffen durchsuchen

So, how expensive is it to let NInject make my object?
25 Juni 08 03:11 | realfiction - TrivadisContent
Back here I made a quick and dirty performance comparison. In the comments I actually got some "flak" scrutinizing some of the "design decisions" behind the example shown. I would like to reinstate that the example was made purely...
A simple way to start your code in a different AppDomain
20 Mai 08 06:50 | realfiction - TrivadisContent
You may know that AppDomains in the .Net Framework are comparable to processes in that they provide an isolated execution context for the instructions executed by the CLR. However, they are also quite lightweight and what is more, you can have more than...
Singletons are boring, hence factor out the concern
29 April 08 04:16 | realfiction - TrivadisContent
dotnetkicks has an astonishing amount of entries related to "The Singleton"® ... read more
So, how expensive is it to let Castle Windsor / Spring.NET make my object?
09 Dezember 07 05:43 | realfiction - TrivadisContent
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...