« Dapper » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 6 : Ligne 6 :
Dapper is ideal for scenarios where performance is critical and developers want fine-grained control over the database operations.<br>
Dapper is ideal for scenarios where performance is critical and developers want fine-grained control over the database operations.<br>
Dapper is also easy to learn and use comparing to EF.
Dapper is also easy to learn and use comparing to EF.
= Nuget packages =
<kode lang='bash'>
dotnet add package Dapper
dotnet add package MySQLConnection  # for MySqlConnection
</kode>

Version du 13 août 2023 à 11:44

Links

Description

Dapper is ideal for scenarios where performance is critical and developers want fine-grained control over the database operations.
Dapper is also easy to learn and use comparing to EF.

Nuget packages

Bash.svg
dotnet add package Dapper

dotnet add package MySQLConnection  # for MySqlConnection