Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dependency Injection in windows phone 8

Does anyone know of decent Dependency Injection framework for windows phone 8? I'm creating a project following mvvm which shares code with a windows store project. I was using Unity for the windows store app, but I can't get it to work with windows phone. Has anyone had similar problems?

like image 474
Mr. Spoof Avatar asked Nov 20 '12 21:11

Mr. Spoof


1 Answers

"MVVM Light" also comes with "Simple IoC". It works nicely.

like image 54
vidalsasoon Avatar answered Oct 06 '22 01:10

vidalsasoon