All I’ve found about composite applications is for VS 2008. How do I start with composite WPF applications with VS 2010?
Can you recommend a good intro for creating a composite WPF application from scratch with Visual Studio 2010?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The VS2010 build with the latest bits for Prism (and entlib and unity, etc) can be found here on codeplex:
http://compositewpf.codeplex.com/SourceControl/changeset/changes/42969
The RI (reference implementation) works with the latest bits, but they haven’t sorted the quickstarts yet.
I found this blog series helpful when I first started out with MVVM and Prism:
http://www.developmentalmadness.com/archive/2009/10/03/mvvm-with-prism-101-ndash-part-1-the-bootstrapper.aspx
Have fun! 🙂