As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely sol开发者_JAVA技巧
相关专题:
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely sol开发者_JAVA技巧icit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am looking for best Practices in WPF Application development; I would really appreciate any good pointers
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:
精彩评论