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

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

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

.NET
Random Discovery

Python Entry Function (Beginner's Guide)

I come from a C# background and have written a bit of C/C++, so I always thought there would be something like a Main() function as the entry point of the entire program. However, after searching the entire directory, I found no clues, so I started tinkering around.

Python
A WPF Open Source Project Worth Learning: Accelerider.Windows

A WPF Open Source Project Worth Learning: Accelerider.Windows

This project applies the Prism MVVM framework. The displayed data comes from other service programs and uses WebAPI communication. To run this program normally, you need to create a WebAPI program yourself, with the API interface providing data driving. In fact, it is most straightforward to directly view the code; those who need it can easily extract it, even if the project cannot run.

12/5/2019 沙漠尽头的狼 WPF
Open Source C# WPF Control Library - Panuon.UI.Silver

Open Source C# WPF Control Library - Panuon.UI.Silver

An excellent domestic open-source WPF control library, an optimized version of Panuon.UI. A beautiful WPF UI control library using styles and attached properties, worth recommending for use and learning.

12/4/2019 沙漠尽头的狼 WPF