When using Unity as your IoC container , one way to configure the container is to use an configuration section in your app.config or web.config file.  A simplified example of this configuration is shown below: 1: <? xml version ="1.0" Read More...