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, ...)
Here is the source for Ninject WinRT: https://github.com/remogloor/ninject It has not yet been released.
You can try Unity 3.0 to view .NET4.5 .
I use the beta version of the Autofac Portable Library (which is supported in Metro apps) and it has been working fine so far.
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
Source: https://habr.com/ru/post/917723/More articles:How to render a template using dynamic CSS? - djangoWill my application be rejected if the icon has rounded corners? - iosAre Wi-Fi Direct and “normal” Wi-Fi different MAC addresses? - androidPhonegap / Cordova whitelisted cross domain SSL request does not work after export APK - androidCalculate the number of consecutive characters in a string using Perl - regex"OpenID endpoint not found" on Azure website - azureButton blur effect disabled - triggersWhat is the big idea of implementing AOP - javaHow to use Github to access the same project files from different computers? - gitdjango-social-auth: How to redirect example.com to 127.0.0.1:8000? - pythonAll Articles