Tag

Dapper

Browsing articles related to Dapper.

3 articles
1 Current page
Summary of AOT Usage Experience

Summary of AOT Usage Experience

From the beginning of the project, develop the good habit of promptly performing AOT publish tests whenever new features are added or newer syntax is used.

沙漠尽头的狼 2/7/2026 2:26 PM
From Failure to Success: How to Delete SQLite Database File in C#

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#.

沙漠尽头的狼 10/14/2024 7:47 PM
Dapper in .NET Core

Dapper in .NET Core

The detailed explanation of what Dapper is is omitted here; this article only provides a brief explanation of using Dapper in .NET Core. The code presented is mainly for examples, serving as an introduction. Developers can extend and adjust according to their own needs.

白云任去留 1/10/2022 10:12 PM