Category

All Categories

Focus on articles under the same technical theme for easier continuous reading by direction.

524 articles
51 Current page
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 5:16 PM
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 10:53 AM
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 12:11 PM
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.

Sunny 12/5/2020 1:21 PM
.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.

yi念之间 11/28/2020 9:18 AM