Nach Ordnungsbegriffen durchsuchen

Spoiled with Dependency Injection
07 September 08 01:19 | realfiction - TrivadisContent
There are a number of reasons why Dependency Injection is a good thing, and many people of high esteem have written about it. Hopefully only those developers completely cut off from modern-day communications are left with a good excuse not to know about...
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
NDepend Cheat Sheet
03 April 08 01:51 | realfiction - TrivadisContent
Some of you have heard of NDepend. The tool comes loaded with metrics that can be checked from fields up to namespaces and assemblies with the aid of Code Query Language (CQL) statements. Some of those metrics did not want to enter my head easily, which...
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...