What is the IoC / DI library for Windows Phone 8?
Is there an IoC / DI library that works with Windows Phone 8?
+3
Carl R
source
to share
2 answers
I am using Ninject and it is really good. Take a look here . Works on WP7 and WP8, quite lightweight (although I haven't made direct comparisons to other solutions).
+5
Haspemulator
source
to share
Unity works well with WP8 as well as the desktop. I don't think this works for WP7; if the previous WP7 support will never be a problem. These are Microsoft Patterns and Practices and are OSS. Needless to say, it integrates very well with any other P&P library.
+1
Pete stensønes
source
to share