I've got a solution with several different projects in it, some are pure class libraries and some are web app projects. If I want my default types to be available to all projects, where should I put the config file for the container?
|
|
|
|
|
|
|
Maybe this question could be helpful to you: > http://stackoverflow.com/questions/71608/how-do-you-set-up-your-net-development-tree |
||
|
|
|
|
What I tend to do is to create it in the solution root directory. Then, for each project that needs it, I do :
Then, when you initialise your Dependency Inject framework, you can use something like |
||
|
|
