OpenRasta IoC with Unity 2.0
Does OpenRasta support Unity 2.0 ? The DI.Unity开发者_开发问答 is build against Unity 1.2
https://github.com/openrasta/openrasta-unity -- Support for Unity 2.1+ now (Although it has been 9 months since the last answer to this question...)
OpenRasta is a framework for .NET as well as Unity2.0. I found in documentation that OpenRasta supports Dependency Injection and IoC. So why mix them together? If you already use Unity as IoC container I don't see any problem to resolve OpenRasta types. They are common types as others.
精彩评论