In this post i want to describe the approach of connecting View and ViewModel which I'm using in my last project. The main idea is to do it during resolve inside of unity container. It can be achived using InjectionFactory introduced in Unity 2.0 public...