.net - WPF Beginner Tips -


I am starting with WPF and am surprised that before I did anything, it is very different < / P>

Can someone recommend something that is worth explaining, which will make life easier to develop a WPF app?

Thanks in advance.

I'm not an expert or anything, but to start coding, these two things are well It is very important to know that the WPF model is not trying to implement "right" and other GUI norms:

  1. Use the pattern when designing your applications.
  2. Use wherever possible and design your classes
  3. Discover and understand how dependency properties work and how to implement their properties correctly (book Check, on the Pattern section).
  4. How to develop an understanding of controls are styled and how style templates can communicate with data binding. I suggest doing some tests.

Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -