mvvm light - The Giant MVVMLight ViewModelLocator -



mvvm light - The Giant MVVMLight ViewModelLocator -

i have main project has many dependencies project b, project c etc... assemblies/dll. have viewmodellocator in projecta.app.xaml. mvvmlight recommended way. viewmodellocator works fine problem is giant viewmodel references projectb, projectc etc... , hard maintain.

i'm looking solution segregate viewmodellocator each projects projectb, projectc etc... , have own viewmodellocators. want remove global reference of viewmodellocator mvvmlight recommended way.

any ideas?

instead of using single viewmodel locator, created separate viewmodel locator each module/project.

mvvm-light viewmodellocator

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -