The Extras assembly exists because EventToCommand requires a reference to System.Windows. Interactivity, while ButtonBaseExtensions, RelayCommand, Messenger etc do not need it. Some people are reluctant to add references to assemblies if they can avoid it.
So for those people who don't need EventtoCommand, they onlu use the base assembly, and the others who want the whole program can add Extras.
The MvvmLight.Extras. WP7 assembly provides a WP7-specific assembly that contains the "Extras", i.e. Those things that you may or may not want to use, which includes EventToCommand.
The MvvmLight. WP7 assembly is the WP7-specific assembly that provides the core functionality, which includes ButtonBaseExtensions. It just so happens that in your scenario, both classes are in the same namespace because they both relate to commands.
Unfortunately, the . NET Framework does not provide a mechanism to reference the same namespace from two different assemblies, hence the duplicate xmlns definitions that you need to make.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.