Team,
I am learning Mvvm with MvvmLight framework. The framework creates the Views, ViewModels and Locator all in one project. But in practice we would want to keep the View models in a different project. So now the question is what would be the ideal place for ViewModelLocator. Should this be in UI layer or ViewModel class library. MvvmLight creates locator in ViewModels folder along with ViewModels.
Thanks and REgards Dev1