ASP.NET Monsters #60: Projections with Entity Framework Core

preview_player
Показать описание
Join Monster Dave as he takes a deeper look at queries generated by Entity Framework Core. Learn how to generate efficient SQL queries using LINQ Projections as we continue building RawwwwR, our almost functional Twitter clone. Related Episode: EP57 - Loading Related Data with EF Core Follow @aspnetmonsters
Рекомендации по теме
Комментарии
Автор

Now when you extract this projection as a function, EF core selects all columns instead of only those in projection. How to fix that?

SKglitches