Share This Master's WPF Interface Design Series Videos

Share This Master's WPF Interface Design Series Videos

For those who work with WPF, some of his interface designs are worth learning, and can even be copied directly for use.

Last updated 4/27/2022 9:12 PM
沙漠尽头的狼
3 min read
Category
WPF
Topic
WPF UI Design
Tags
.NET WPF UI Design WPF UI Design

1. Preface

Today I'm introducing a series of WPF design videos by a big YouTube creator. Each video has no narration, only background music and the creator's coding process.

I found this WPF series during the pandemic in 2020 while stuck at home. At that time, I had just started playing with WeChat Official Accounts, so I watched one of his videos every day, followed along writing the code, and then shared it through my WeChat Official Account.

For those working with WPF, some of his interface designs are worth learning, and you can even copy them directly for your own use.

2. Video Details

3. Transfer Details

Almost all of the creator's videos have been transferred. The site owner has also recorded them in the WeChat Official Account (Dotnet9) and the code repository (links below). I recommend watching the creator's videos (click to view) and coding along, especially since some videos include Blend operations.

If you're familiar with Blend, you'll be more efficient in WPF development. Don't listen to some old-school programmers who say you should write WPF without a designer and that hand-coding is the only way to be cool—they just don't know how to use it. Use tools that improve productivity whenever you can.

4. Summary

Good design needs to be referenced. Currently, the most prolific WPF technical sharer in China should be HenJi (only on Bilibili). His videos are quite systematic and worth following and learning from:

4.2 Bilibili is a Learning Paradise

Besides HenJi's sharing, there are many WPF-related videos on Bilibili. For example, open Bilibili search for WPF. There are 36 results per page, with 28 pages total:

4.3 Go Beyond

If you have the means, open YouTube. Besides the series by the creator I shared (click to view), you'll feel like you've discovered a new world—the outside world is full of wonders:

4.4 Personal Advice for C/S Developers

Finally, for those working on C/S (client-server) applications, my personal suggestion is to explore Maui: What is .NET MAUI?

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps using C# and XAML.

Keep Exploring

Related Reading

More Articles
Same category / Same tag 9/13/2025

Migration Series from WPF to Avalonia: Why I Must Migrate My WPF Application to Avalonia

In the past few years, our host computer software has mainly been developed using WPF and WinForm . These technologies work well on the Windows platform and have accompanied us from small-scale trial production to the current stage of large-scale delivery. However, with business development and changes in customer requirements, the single Windows technology stack has gradually become a hurdle we must overcome.

Continue Reading
Same category / Same tag 1/26/2025

Implementing Internationalization in WPF Using Custom XML Files

This article details the method of implementing internationalization in WPF applications using custom XML files, including installing the necessary NuGet packages, dynamically retrieving the language list, dynamically switching languages, using translated strings in code and XAML interfaces, and provides a source code link to help developers easily achieve internationalization in WPF applications.

Continue Reading