With the release of the Prism 5 on 04/18/2014, i see a new library named Prism.MVVM.
Prior versions of PRISM was not a MVVM Framework... we can now say that it can be compared to MVVMLight for example, its a real MVVM framework(or a complete)?
Whats the benefits to use MVVMLight with the Prism5? its really necessary right now?
Prism 5 MSDN Link: Here
Prism 5 Prism.MVVM Class Library Link: Here
The Microsoft.Practices.Prism.Mvvm portable class library contains ViewModelLocationProvider, BindableBase, ErrorsContainer, PropertySupport, CompositeCommand, DelegateCommand, DelegateCommandBase, and WeakEventHandlerManager.
The Microsoft.Practices.Prism.Mvvm.Desktop assembly contains the WPF ViewModelLocator attach property.