I Choose THIS Over EF Core - How To Use Dapper in C#
May 30, 2024
• 2,787 views
EF COreDapperEntity Framework CoreORMObject Relational Mapperobject relational mappingwhat is object relational mapper?sqlmysqlsqlitedotnethow to use dapperdapper tutorialdapper sqlitedapper sqldapper mappingdapper mysqldapper .net apic# dapper tutorialc# dapperdapper vs ef coredapper ormdapper c#dapper .netc# dapper introductionmicro orm.netcsharpc#sqlite in C#sql in C#query database in C#
I know that everyone loves using Entity Framework Core... But it's so far just not been a great fit for me. And I'm not here to tell you that EF Core is bad by any means -- quite the opposite! I think that Entity Framework Core is an excellent fit for most C# developers.
But personally, I find I fight against it. But when I use Dapper in C# I feel right at home! I get my SQL queries right in front of me but the ORM aspect of mapping to entities is handled much more streamlined for me.
In this video, I'll walk you through some of the very basics of using Dapper in C#!
