Blog

Technical Articles

This section contains site articles covering .NET, desktop development, engineering practice, and general development topics.

First Visit

New User Starting Route

Random Exploration

Random Discovery

Random Discovery

3D Shuttle Effect? UWP Can Do It Too

After coming home for dinner, taking care of the kids, and playing Age of Empires 4, I suddenly remembered that I haven't used UWP in a long time. A bold thought emerged: 'I have the mighty UWP, I can definitely achieve a 3D shuttle effect!'

.NET
If Zhuge Liang could program, he would write the 'Chu Shi Biao' in Java...

If Zhuge Liang could program, he would write the 'Chu Shi Biao' in Java...

Following the previous article 'If Zhuge Liang wrote the 'Chu Shi Biao' in C#...', the site owner thought of his first language being Java, although he doesn't use it much at work, he decided to implement it in Java as well, just making some modifications.

3/19/2021 沙漠尽头的狼 More Languages
How to implement dynamic language switching in WPF?

How to implement dynamic language switching in WPF?

After reading the previous article 'C# Multi-language Tool - ResX Manager', a netizen asked: This multi-language switching cannot refresh without restarting, is there a solution?

2/17/2021 沙漠尽头的狼 WPF
C# Multi-language Tool - ResX Manager

C# Multi-language Tool - ResX Manager

This article is not to introduce how to implement project internationalization, but mainly to introduce a `VS` extension that can conveniently manage common resource files (*.resx).

2/16/2021 沙漠尽头的狼 .NET / WPF