Browse by Tags
All Tags »
IoC (
RSS)
I am using StructureMap as my IoC container . In my ASP.NET MVC web application I have controller factory based on StructureMap. I found interesting problem – when running my web application on development web server I get ArgumentNullException with every...
I made quick comparison of performance of four DI/IoC containers. I measured Unity , Castle Windsor , StructureMap and Ninject in two scenarios – resolving objects with empty constructor and resolving object with injected parameters in its constructor...
Tests tell us if our software works as expected. But they tell us almost nothing about side effects of technical environment where system lives. We can face different problems when test users start testing system in their environment and we want to be...
Loggers are one of most popular examples about interfaces for sure. And there are a lot of implementations of loggers. Some implementations are simple and yet powerful, some implementations may be more complex. All we have to is to select implementation...
More Posts