[WPF series] basic learning series plan, wpf Series
Introduction
WPF technology is no longer a new technology. Winform has been used in my previous work, so I have never studied WPF in depth. This time, the project uses the WPF technology to implement a cool display interface. Here I will summarize my personal learning process of WPF and provide some help for beginners like WPF. I strive to make it easy and comprehensive. For more information, see.
Learning Tools
As the saying goes: "to do something, you must first sharpen the tool." When learning WPF, we should find several tools to improve our learning and development efficiency.
Learning plan
Part 1: Basic knowledge of WPF (basic concept principle, simple binding of controls and their data)
[WPF series] basic learning (1) What is WPF?
Part 2: WPF advanced section (custom control, advanced data binding)
Part 3: Application of MVVM mode in WPF
Part 4: Project Practice
Part 5: Advanced
Directory Index
1. First knowledge of the WPF Program
2. Introduction to the WPF control
3. WPF Data Binding
The article is updated gradually...
What tools do you use for WPF development?
What is the basis for learning WPF technology? How to get started?
This ...... What else do you worry about when there are so many slave servers? Action is taken.
From the perspective of non-professionals:
For strong people like you, wpf seems to be nothing more than the XAML language, but it is essentially Xml.
As for the separation of the interface and code --ASP.net, isn't that true?
The rest is to select a textbook. I personally have read two books: WPF secrets (thin points, it seems easier to grasp the global) and WPF programming book (thick points, it seems easier to understand ).
What do I need to learn if I have no basic knowledge of wpf? Are there any good teaching materials? PS: By the way, what are the development prospects of this line?
If you don't have the C # Foundation, just want to make the interface, you should learn Expression Blend. This software can directly output The xaml, which can be easily combined with VS to write programs, the prospects are still good. This is a demand in team development.
I hope it will help you. If you have any questions, please ask or Hi