Dependency Frame for Windows 8 Application Applications

I do not see to find the dependency injection infrastructure for Metro 8 applications.

Is there an environment for win8 metro applications?

Ninject does not yet support win8 metro. So does anyone have a suggestion? (Castle, Spring, ...)

+6
source share
4 answers

Here is the source for Ninject WinRT: https://github.com/remogloor/ninject It has not yet been released.

+5
source
+6
source

I use the beta version of the Autofac Portable Library (which is supported in Metro apps) and it has been working fine so far.

+1
source

The Catel MVVM toolkit also contains a DI container, a Metro version will be released this week (according to one of their developers): http://catel.codeplex.com

0
source

Source: https://habr.com/ru/post/917723/


All Articles