Hi. I'm a web developer with some 16 years experience working with Microsoft technologies. My latest project requires a WPF app with multiple views, a SQL Server database, and AD authentication. I'm new to WPF and would like to follow best practices, such as MVVM design patterns with the Prism toolkit. The data will be pulled via Entity Framework, another tech I've never used before.
I've been watching some tutorial videos but still not sure how to pull all of it together. Where can I learn the latest on these technologies for beginners?
For others in my situation, I've found the following resources useful thus far,
- MVVM Best Practices: https://channel9.msdn.com/Shows/Visual-Studio-Toolbox/MVVM-Best-Practices
- Intro to MVVM for WPF: https://www.youtube.com/watch?v=EpGvqVtSYjs
- Dev Guide to Prism 5.0: https://msdn.microsoft.com/en-us/library/gg405471(v=pandp.40).aspx
Thank you and sorry for the newbie question.