I'll try to explain in the simple way.
I have a solution (c# 4.0) that contain 4 projects
- Framework
- DAL
- Domain
- WebApplication
So my question is:
Framework is the right place to configure my Unity IoC? I want to configure via code and not with xml, so Framework need to know reference of DAL but DAL already knows Framework.
All my projects will know Framework, so where i configure my IoC?