I have got programming experience using the MVC pattern on web applications, I am planing to implement an application to learn WPF, which pattern should I apply?
Which one is the most used?
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.
If you already have experience in MVC, then you should certainly learn MVVM, which is a pattern similar to MVC, but adapted to and improved by utilizing the binding, commands, and templating features of WPF.