Dapper v/s Entity Framework(Core) - .NET Interview Question

preview_player
Показать описание
Dapper and Entity framework war has been going on since a while! While I am in love with both of them, they individually have their own use case!

In this video, I will walk you through on when I prefer Dapper and when I prefer Entity Framework/Core.

Рекомендации по теме
Комментарии
Автор

Hi,
I am your big fan, almost bought your all courses.
Please make course of complete dapper with live project.
Eager to waiting for this course of dapper.
Thank you🙏

nikunj
Автор

Outstanding Sir. I am your greatest fan and one of oldest subscriber on udemy and student

hamadsherazi
Автор

Interesting video and good comparsion but you missed the biggest cons with EF, it demands higher rights in SQL-serber than it should be. This is mainly due to code-first vs db-first and in security db-first always wins. For development time it depends on the skills the developer have in sql.

PelleWidell
Автор

Thanks, this has been a great overview.

drewwilson
Автор

could you make a video using a hybrid approach, using dapper and EF core?

asdasdaa
Автор

I could just add that if Performance or more Read Only, then Dapper is better. Else it depends.

WantMore-mcdx
Автор

Can you cover some of the differences for people that don't know. Like what is a store procedure and how todo it with dapper and EF so we understand why it is more difficult

AlThePal
Автор

Could you do a comparison between Dapper and SmartSql?

DanielWong-ccdx
Автор

Can you please make courses about the most used clean architectures

ramytawfik
Автор

Hey nice video, are you planning to update EF course?

keyable
Автор

I have your almost all course of udemy but you have not use dapper in any of that project can you make one project with dapper Architecture

EngineerGamer