I am looking for best Practices in WPF Application development; I would really appreciate any good pointers
I am looking for best Practices in WPF Application development; I would really appreciate
Share
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.
One thing WPF facilitates is separating business logic from your UI (which is always a good practice i think). The most popular design pattern that is based on this principle is MVVM.
You might want to take a look at it:
http://en.wikipedia.org/wiki/Model_View_ViewModel