By tag: Unity
0
kicks
Working with Configuration Files in Unity
The post describes how to work with config files with the Unity application block
0
kicks
Dependency Injection: Factory vs Container - Unity
As application size and complexity increase it becomes more and more difficult to reuse existing components and integrating these components to form an interconnected architecture because of the dependencies of the components. One way to reduce dependencies is by using Dependency Injection, which al...
0
kicks
Unity Application Block Basics
The post helps to get started with the Unity application block.
0
kicks
Unity Application Block Introduction
Unity application block introduction.
What is Unity?
When to use it? and why to use it at all?
0
kicks
IoC and the Unity Application Block Once Again
Interesting post about IoC containers, comparing Castle Windsor Container, StructureMap and Unity.