Entity Framework: .NET Community Standup - June 24th 2020 - EF Core in Blazor

preview_player
Показать описание
Join members from the .NET teams for our community standup covering great community contributions for Framework, .NET Core, Languages, CLI, MSBuild, and more.

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

I wonder how this will work with Blazor server and Mediator

mihaimyh
Автор

38:00 Very cool. My only critique here is that, competitors such as NHibernate, Fluent NHibernate, et al, have been able to do this sort of thing for a long, long while now. What took y'all so long to catch up?

michaelwplde
Автор

The Delete-funktion had a FirstAsync and then checked the item for null. Is that new? Shouldnt that be FirstOrDefaultAsync() or SingleOrDefaultAsync()?

johanskoldekrans
Автор

Excellent, prompt. I like it. 2:30 Meh, I spoke too soon, LOL.

michaelwplde
Автор

Does blazor buld the form automatically from the model

dotnetdevni
Автор

One Context per operation, unbelievable. You keep saying this and them someone interrupts and mumbles about "oh we will also implement context pooling" (JUST IN CASE someone watching knows what you're talking about and how using dbContexts like candy this will starve the database connections). Then in the same video you explain what a singleton is. Thanks for the information...

abracadabra