Видео с ютуба Theninclude
.NET 6 EF Core 🚀 Load Related Data with Include(), ThenInclude() & AutoInclude()
C# : Using Include vs ThenInclude
ThenInclude not working for an Entity Framework LINQ query
Simplifying .Include and .ThenInclude Calls in Entity Framework Core 6
C# : ThenInclude not recognized in EF Core query
How to Use thenInclude with Conditions in .NET Core EF
C# : How to write Repository method for .ThenInclude in EF Core 2
Querying to Entity Framework core | Basic Queries | Include vs ThenInclude | AsNoTracking
Unlock the Power of ThenInclude with a Generic Class in UnitOfWork
How to Use ThenInclude with Filters in Entity Framework
C# : How to call ThenInclude twice in EF Core?
How to Use Include and ThenInclude in Entity Framework Core for Complex Relationships
Understanding ThenInclude Statement Behavior in EF Core: Solving the Query Ignoring Issue
Solving the EF Core Warning for Include() and ThenInclude() Effectively
Solving the ThenInclude Error in EF Core Extension Methods
Excluding Specific Properties in Entity Framework Core with ThenInclude
C# : How to add where clause to ThenInclude
Understanding the EF Core Include() and ThenInclude(): Why Only One User Shows Per Component?
Sorting Collections in Entity Framework Core with ThenInclude and OrderBy
How to Replace Include / ThenInclude in EF Core with Joins