Answer the question
In order to leave comments, you need to log in
IoC for Windows Store App?
Good day. Please excuse me if this question has already been raised. I myself honestly used the search.
I'm writing a program for the Windows Store using the MVVM Light Toolkit which already has SimpleIoC, but I'm not sure if this container fits completely and there will be no problems in the future.
My questions are:
1. Should I rely entirely on SimpleIoC or should I use a different container?
2. Can I use another container along with SimpleIoC?
3. Which containers are best for dependency injection when developing for the Windows Store (if possible, post links to good instructions)
Answer the question
In order to leave comments, you need to log in
1) Depends on the features you expect. You can look towards other solutions like autofac.org or https://unity.codeplex.com/
2) I don't see a scenario where this would be useful.
3) My colleague and I first used autofac for Windows Phone, but eventually abandoned the IoC container altogether. I can't say which one is better :)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question