Share this great god's WPF interface design video series

Share this great god's WPF interface design video series

For students who play WPF, some of his interface designs can be learned and even copied directly for use.

最后更新 4/27/2022 9:12 PM
沙漠尽头的狼
预计阅读 3 分钟
分类
WPF
专题
WPF UI Design
标签
.NET WPF UI design WPF UI Design

Structure of this article:

  1. preface
  2. Video Details
  3. Handling details
  4. 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.

4. summary

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:

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.

Keep Exploring

延伸阅读

更多文章
同分类 / 同标签 9/13/2025

Migration from WPF to Avalonia series: Why I have to migrate WPF programs to Avalonia

In the past few years, our host computer software has been mainly developed using WPF and WinForm. These technologies are really easy to use on the Windows platform, and they have also accompanied us through the stage of small-scale trial production to today's large-scale delivery. However, with the development of business and changes in customer needs, the single Windows technology stack has gradually become a hurdle that we must overcome.

继续阅读
同分类 / 同标签 1/26/2025

WPF internationalizes with custom XML files

This article describes in detail the methods of using custom XML files to achieve internationalization in WPF programs, including installing the necessary NuGet package, dynamically obtaining language lists, dynamically switching languages, using translation strings in code and xaml interfaces, etc. It also provides source code links to help developers easily internationalize WPF applications.

继续阅读