I want to move on to WPF applications and convert my win-form apps(into WPF)
At the moment there is too much to learn about WPF in order to get nice application...
I found Prism : http://msdn.microsoft.com/en-us/library/gg406140.aspx
And I believe that this can be a shortcut that will allow me to get the cool abilities of WPF by simply adding my business logic.
- Do you recommend the Prism for a WPF beginner?
Will it be possible to remove the Prism and build my own UI after I'll get more experienced with WPF?
- If you have other ideas for creating desktop application that support multiple views and navigation - please let me know
Thanks.