Structure of this article:
- preface
- Video Details
- Handling details
- summary
- 4.1 Domestic recommended WPF resources
- 4.2 Station B is a paradise for learning
- 4.3 check outside
- 4.4 Personal advice to C/S students
1. preface
Today, we introduce a series of WPF design videos posted by a big shot on YouTube. Each video has no narration, only background music and the process of the big shot typing.
I found this WPF series of videos at home during the epidemic in 2020. At that time, I had just started playing Weixin Official Accounts. I watched one of his videos every day, then typed in the code and shared it twice through Weixin Official Accounts.
For students who play WPF, some of his interface designs can be learned and even copied directly for use.
2. Video Details

3. Handling details
大佬的视频基本上全部搬运了,站长也全部记录在公众号(Dotnet9)和代码仓库(链接在下面)里,建议有条件看大佬视频(点击看看)跟着敲一敲,特别是大佬部分视频有一些 Blend 操作。
If you are familiar with Blend, you will be more efficient in developing WPF. Don't listen to some old programmers. You don't need a designer to make WPF. Only by tapping the code with your hands can you achieve success. This is just because they don't know how to use it. Use the tool to improve efficiency.
- GitHub:https://github.com/dotnet9/TerminalMACS.ManagerForWPF
- Gitee:https://gitee.com/dotnet9/TerminalMACS.ManagerForWPF
- Public account: Dotnet9, some articles published in late 19th and early 20th

4. summary
4.1 Domestic recommended WPF resources
Good design needs to be used for reference. At present, the most common thing about domestic WPF technology should be traces (only look at Station B). His videos are relatively systematic and worthy of everyone's attention and learning:
- B 站:微软系列技术教程

4.2 Station B is a paradise for learning
除了痕迹大佬的分享外,B 站关于 WPF 的分享不少,比如打开B 站搜索 WPF,每页 36 个,共有 28 页搜索结果:

4.3 check outside
如果有条件的话,打开油管,除了我分享的那个大佬的系列视频(点击看看)外,你会觉得发现了新大陆,外面的世界很精彩:

4.4 Personal advice to C/S students
最最最后,做 C/S 客户端的同学,我个人的建议是可以接触下 Maui:什么是 .NET MAUI?
NET Multi-Platform Application UI (. NET MAUI) is a cross-platform framework for creating native mobile and desktop applications using C#and XAML.
