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

WPF: Playing GIFs Is Frustrating!

WPF: Playing GIFs Is Frustrating!

Today, I introduce a library for displaying animated GIFs in WPF, which can be used in XAML or code: `WpfAnimatedGif`.

7/2/2021 沙漠尽头的狼 WPF
Using ASP.NET Core Visual Log Component

Using ASP.NET Core Visual Log Component

Today, the site owner recommends a log visualization component `LogDashboard`. It does not require installing third-party processes. Just install the corresponding **NuGet** package in your project and add a few lines of code to have a web-based log management panel. It's really nice.

4/17/2021 沙漠尽头的狼 ASP.NET Core