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

First Experience with MAUI: Awesome

After a few hours of tinkering, successfully ran Hello World on Windows and Mac. I'll choose MAUI for desktop and mobile development from now on.

MAUI
How to create a professional software installation package?

How to create a professional software installation package?

After completing C/S client development, the program needs to be delivered to users. Directly compressing and sending it to users is possible (just a bit unprofessional). If there is a nice-looking installation interface, the quality level is different.

2/1/2021 沙漠尽头的狼 Sharing
WPF Prism framework Region became invalid?

WPF Prism framework Region became invalid?

The typical operation flow for client projects is: pop up login window => account verification success => close login window => pop up main window => work in main window.

1/7/2021 沙漠尽头的狼 WPF
WPF Open Source Control Library: MahApps.Metro

WPF Open Source Control Library: MahApps.Metro

Actually, the site owner has known about this open-source WPF control library for a long time, but never appreciated its style, yet still starred the project. Every time browsing this repository, more stars were found, and many netizens praised it. So today, I recommend this WPF control library to everyone.

12/12/2020 沙漠尽头的狼 WPF
Open Source C# Winform Control Library - SunnyUI

Open Source C# Winform Control Library - SunnyUI

A C# WinForm open-source control library, utility class library, extension class library, and multi-page development framework based on .NET Framework 4.0+, .NET 5, and .NET 6.

12/5/2020 Sunny Winform
.NET Core uses FluentEmail to send emails

.NET Core uses FluentEmail to send emails

In actual project development, we encounter many scenarios where we need to send emails through programs, such as exception alerts, messages, progress notifications, etc.

11/28/2020 yi念之间 .NET