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

WPF: Playing GIF is so frustrating!

Today we introduce a library for displaying dynamic GIF images in WPF, which can be used in XAML or code: `WpfAnimatedGif`.

WPF
Random Discovery

ASP.NET Core Visual Logging Component Usage

Today, the webmaster recommended a log visualization component,'LogDashboard'. You don't need to install third-party processes. You just need to install the corresponding **NuGet** package in the project and add a few lines of code to achieve a log management panel with a Web page. It's very nice.

ASP.NET Core
Localization of ASP.NET Core WebAPI (single resource file)

Localization of ASP.NET Core WebAPI (single resource file)

Microsoft's default method is that one class corresponds to multiple resource files, which is quite troublesome to use. This article introduces the use of single resource files, that is, all classes of the entire project correspond to a set of multi-language resource files.

6/22/2022 HueiFeng ASP.NET Core
MAUI template project flashback issue

MAUI template project flashback issue

When using the MAUI framework, I encountered a newly created template application that flashed directly when launched. This flashback problem was finally solved, so I shared this experience.

6/18/2022 gui.h MAUI
WPF League of Heroes

WPF League of Heroes

You can learn how to properly implement a WPF project

6/9/2022 驚鏵 WPF开发者 WPF