Implementing IoC with Windows Phone is very much the same as iOS and Android. We simply add the same function, InitIoC, at our application's starting point; in this case, it is the MainPage constructor of the Windows Phone project (try not to get the two confused), and we call it right before the LoadApplication function: