@@IsraelQuiroz Yes, I'm surprised that you don't have more subscribers! your content is great and you are very knowledgeable! Please keep posting more videos!
I use ADO about 90% of the time, but now I am moving to dapper, I prefer using stored procedures always, let sql do sql stuff, for me, it is better that way, thanks for a great vid, new sub bro!
Happy to have u here!! Welcome!!! 😊 I specialize in Angular C# .Net & Azure so hope u find future content helpful too!!! After really diving into Dapper I see why people like it, it just makes more sense! I hate how EF gatekeeps alot and ESPECIALLY with Stored Procedures Dapper is king!
I use EF for the scaffolding! dotnet ef dbcontext scaffold "Server=.;Database=SampleDatabase;Trusted_Connection=True;TrustServerCertificate=True" Microsoft.EntityFrameworkCore.SqlServer -o Models --force I used this exact command for this project, i dont believe Dapper has anything to scaffold since i usually do DB first alot of times and its quicker that making models by hand
Thank you!!! and welcome! honestly i didnt even think about it, if i could do it over, ide probably use Scoped No reason just was more focused on the Dapper haha
Will you guys be using Dapper over Entity Framework in your next .Net API? Let me know why you are or why not! :)
Dapper, 100%
Dude thank you! I've been waiting for a video like this!
Happy to hear that, I picked the right topic then! haha appreciate all the support!
@@IsraelQuiroz Yes, I'm surprised that you don't have more subscribers! your content is great and you are very knowledgeable! Please keep posting more videos!
haha thanks that's very kind! its TH-cam what can i say its a journey
but i appreciate that and for sure will do!
great video as always!
Thank u for the support like always Julian!! :)
I use ADO about 90% of the time, but now I am moving to dapper, I prefer using stored procedures always, let sql do sql stuff, for me, it is better that way, thanks for a great vid, new sub bro!
Happy to have u here!! Welcome!!! 😊 I specialize in Angular C# .Net & Azure so hope u find future content helpful too!!!
After really diving into Dapper I see why people like it, it just makes more sense! I hate how EF gatekeeps alot and ESPECIALLY with Stored Procedures Dapper is king!
@@IsraelQuiroz have you tried balzor out?? I love it , it is very useful as a C# dev
Thanks, one question how do you scaffold your models?
I use EF for the scaffolding!
dotnet ef dbcontext scaffold "Server=.;Database=SampleDatabase;Trusted_Connection=True;TrustServerCertificate=True" Microsoft.EntityFrameworkCore.SqlServer -o Models --force
I used this exact command for this project, i dont believe Dapper has anything to scaffold since i usually do DB first alot of times and its quicker that making models by hand
Nice Tutorial. You just got a new subscriber! why Singleton Lifetime for DapperContext over Scoped Lifetime. Any performance benefit ?
Thank you!!! and welcome! honestly i didnt even think about it, if i could do it over, ide probably use Scoped
No reason just was more focused on the Dapper haha