I'm guessing this is possible but thought I'd ask to anyway incase you have some helpful hints going forward. I would like to register views instead of view models with the region manager avoiding the need to implicitly or explicitly map data templates to view models. Primary reason is to avoid the need to centrally supply the mapping of the view model to data template and let each module register its own views which will already have the datacontext bound to a view model.
Your thoughts?
Thanx in advance