So simple question
How can I access Container instance out of controller?
I have to use Container.Resolve in my class but how can I access Container instance?
Is it singleton? Can I use new Container() or is there any chain like Funq.StaticContainer?
https://gist.github.com/2844693 (Thanks to myth for gist hint, a) or b) or c))
I will use mythz's solution, it is accepted by me but there are concerns for it's pattern (ServiceLocator Pattern), you can check for extra info: http://blog.ploeh.dk/2010/02/03/ServiceLocatorIsAnAntiPattern.aspx