I am looking for the IOC/DI framework with the best documentation which would it be?
|
|
Poor framework with lots of docs is not going to do you much good. It's better to ask - which IoC framework is good, logical and natural to use, and has just enough docs to get you up to speed. And for that I say Castle Windsor or AutoFac. |
||
|
|
|
|
Microsoft's Unity Application Block is pretty well documented. |
||
|
|
|
I currently use the WindsorContainer from the Castle project, the unit tests provide an excellent source of documentation. |
||||||
|
|
|
I'm currently using Unity but when I was learning IoC concept the most useful for me to learn was Ninject. Another way to learn IoC is to try to create IoC yourself following Daniel Cazzulino's screencasts for his Funq IoC. Here's an interesting discussion here on stackoverflow about IoC/DI. |
|||
|
|
|
WindsorContainer, Castle. Or if you have some time, construct your own ;) Start with a dictionary for starters :D. Unity is a good solution too! ;) |
||
|
|
