Тёмный

Getting the best out of Entity Framework Core - Jon P Smith 

NDC Conferences
Подписаться 197 тыс.
Просмотров 23 тыс.
50% 1

Опубликовано:

 

11 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 25   
@ahmadkelany
@ahmadkelany 4 года назад
Hands down, this is THE best video I have watched on EF Core until now. Thanks very much.
@pedroferreira9234
@pedroferreira9234 4 года назад
ef Core : "Easy to start, hard to master". Love the book, thank you Jon P Smith.
@waelals832
@waelals832 4 года назад
Good talk, thank you! I loved the global query filter for soft delete. I didn't know about that.
@MahmoudMouradSidky
@MahmoudMouradSidky 2 года назад
The best video I ever watched on EF Core
@AnasAlQudah
@AnasAlQudah 4 года назад
Best video talking about entity framework core
@psyaviah
@psyaviah 4 года назад
thanks for the book, talk and the blog!
@zacboyles1396
@zacboyles1396 4 года назад
Great lecture, thank you! Perfect tips at the end too. Global query filters 👍👍
@shawnl1155
@shawnl1155 2 года назад
Fantastic talk Jon. Would have been nice to point to things on the computer instead of the screen, or if NDC had another camera angle to show what you're pointing to, so that RU-vid land could see. But still excellent! Thank you!
@chakala2149
@chakala2149 4 года назад
"You don't need to test EF Core, but you need to test your usage of EF Core" YEEEEEEEEEEEEEEEEEEEEEEEEEEEEESSSSSSSS!!!!!!!!!!!!!
@tomasbruckner
@tomasbruckner 4 года назад
Very basic introduction to EF Core. This is the stuff you will know after reading documentation for 30 minutes. I was hoping for something more advanced.
@hechuan5075
@hechuan5075 2 года назад
Well.. not all the things on here can be gathered from just spending 30minutes reading the documentation. As someone who is new to using an ORM and has spent 1.5 years working with EF core, i still was able to get a few helpful advice. And I would watch this if this was even a 12hr long lecture, 1.5 years ago to avoid all the head scratchings when first learning EF CORE
@chrise202
@chrise202 3 года назад
I started with NHibernate. EF was young at that time... As years passed I used both. A couple of days ago I tried to explain EF to my younger brother. Its a piece of shit which still hasn't been put together, 50 rewrites yet same old bugs and issues, same crap with migration ,same shit with EFConfiguration during runtime vs CLI, same lack of docs on FluentMapping. Same crap with how exceptions corrupt internal state of the DbContext, same old hacks. Back to NHibernate.
@danielcojocaru6497
@danielcojocaru6497 4 года назад
51:02
@k3daevin
@k3daevin 4 года назад
Still 30% slower than ADO or MicroORMs
@BenHayat
@BenHayat 4 года назад
I generally combine EF and Dapper for different cases in the app. When I need cases that data access is pretty much the same (beside parameters values) and performance is needed I use Dapper and stored procedure to get result-set and there are many cases that I use EF & LINQ as the query shape changes depending on how the path of app's execution goes goes. This allows me total flexibility of to build a query for my exact needs at runtime. Another case in point is using EF with WASM Blazor, where you build your IQueryable object at client side, then you send that query object to the server to execute it and return a data set for you rather than calling a pre-made query method on the WebAPI side. This combination gives best of both worlds.
@jaymall1450
@jaymall1450 4 года назад
@@BenHayat exactly what im doing on the rest API for my app.
@jaytaylor9045
@jaytaylor9045 4 года назад
@@BenHayat is there a Dapper video primer, on par with the quality of this one on EF Core? thx
@BenHayat
@BenHayat 4 года назад
@@jaytaylor9045 Unfortunately, there are no complete videos or even quality docs that cover most features. Everyone covers just some basic queries, but how to get "Output" from SP after and insert or update can get tricky.
@BenHayat
@BenHayat 4 года назад
@@jaytaylor9045 Jay, there one video in Pluralsight, but it's very basic. app.pluralsight.com/library/courses/getting-started-dapper/table-of-contents
@UPSCCSE-ku7ej
@UPSCCSE-ku7ej 4 года назад
First he should learn how to speak to audience ...
@Olakusibe
@Olakusibe 4 года назад
Well, some people have speech impediment regardless of their age or profession and there are no cures for that, hence that shouldn't stop an expert from sharing his/her idea.
@danielcojocaru6497
@danielcojocaru6497 4 года назад
I'm not a native English speaker, but this is just outrages. It's your own language man! Learn how to speak it properly, although you're a tech guy! Don't try to speak like Elon Musk. Try to speak like Bill Gates.
Далее
Apple Event - September 9
1:38:50
Просмотров 25 млн
Cursor Is Beating VS Code (...by forking it)
18:00
Просмотров 64 тыс.
Writing Allocation Free Code in C# - Matt Ellis
1:00:15
This matchup is so UNFAIR - WC3
28:24
Просмотров 15 тыс.
Clean ASP.NET Core API using MediatR and CQRS | Setup
22:39