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

MAUI Template Project Crash Issue

When using the MAUI framework, I encountered the issue that the newly created template application would crash directly on startup. I eventually solved this crash problem and share this experience.

MAUI
Come and See: WeChat Client Developed with WPF

Come and See: WeChat Client Developed with WPF

Making a WPF WeChat DEMO, using converters to convert colors and visibility; rewrote control styles, such as Button, RadioButton, ListBox; then under MVVM mode, the usage of Bind. I feel this DEMO will be very helpful for beginners.

5/20/2022 眾尋 WPF
How to Create a New User Guide Interface in WPF?

How to Create a New User Guide Interface in WPF?

The new user guide functionality tells the user the order of operations on the page: what to do in the first step, what to do in the second step, and so on, and then finally close the new user guide page.

5/20/2022 眾尋 WPF
WPF|C# Lottie Animation Playback【Feels Awesome】

WPF|C# Lottie Animation Playback【Feels Awesome】

Lottie animation is an animation file saved in JSON format. Compared to GIF, it has great advantages in file size and animation smoothness, and the graphics are vector-based, so they won't blur when zoomed in.

5/19/2022 xiejiang WPF
Vue3.2 setup syntax sugar summary

Vue3.2 setup syntax sugar summary

In Vue3.2, simply add the setup attribute to the script tag, no need to return, and the template can be used directly. It's really awesome!

5/19/2022 玲小叮当 Frontend