Blog

技术文章

这里收录站点的文章正文,覆盖 .NET、桌面开发、工程实践与通用开发话题。

First Visit

新用户起步路线

Unexpected Finds

随机发现

随机发现

Simply create a watchdog program using C#

In some special projects, the software may be unattended. If the program hangs for some reason or the process is killed, it is very necessary to develop a watchdog program at this time

.NET
Share some information I accumulated when I started the Dotnet9 blog site

Share some information I accumulated when I started the Dotnet9 blog site

The Dotnet9 website has been built with WordPress for two years. Last year, I started to teach myself ASP.NET Core MVC and began to develop the website independently. Now the front desk of the website is in good shape and the background is under development.

10/26/2024 沙漠尽头的狼 courses
NET Cross-Platform Client Framework- Avalonia UI

NET Cross-Platform Client Framework- Avalonia UI

This is a cross-platform UI framework based on WPF XAML and supports multiple operating systems (Windows (. NET Core), Linux (GTK), MacOS, Android and iOS), Web (WebAssembly)

10/24/2024 沙漠尽头的狼 Avalonia UI
From Failure to Success: How to Delete SQLite Database Files in C#

From Failure to Success: How to Delete SQLite Database Files in C#

SQLite, as a lightweight embedded database, is popular for its ease of use and deployment. However, developers may encounter some challenges when trying to delete SQLite database files. This article will share a case from failure to success, showing how to successfully delete SQLite database files in C#.

10/14/2024 沙漠尽头的狼 .NET
"Plants vs. Zombies-Hybrid Edition": A high-performance tower defense game created by C#, with innovative gameplay and technical advantages coexist!

"Plants vs. Zombies-Hybrid Edition": A high-performance tower defense game created by C#, with innovative gameplay and technical advantages coexist!

Explore Plants vs. Zombies-Hybrid Edition, an innovative tower defense game developed based on the. NET Framework 4.0! Combine the elements of the classic "Plants vs. Zombies" with the unique hybridization mechanism to grow a variety of plants and heroes to resist the invasion of zombies. High-performance, smooth experience, challenges and fun coexist. Whether you are a game enthusiast or a programming learner, this game can give you an unprecedented experience. Come and download the demo!

8/4/2024 沙漠尽头的狼 .NET
CodeWF.EventBus: Lightweight event bus for smoother communication

CodeWF.EventBus: Lightweight event bus for smoother communication

CodeWF.EventBus, a flexible event bus library that enables decoupling communication between modules. Supports multiple. NET project types, such as WPF, WinForms, ASP.NET Core, etc. Adopt concise design to easily implement command publishing and subscribing, request and response. Ensure that incidents are properly handled through orderly incident handling. Streamline your code and improve system maintainability.

6/20/2024 沙漠尽头的狼 .NET