List Question
20 TechQA 2024-03-28T19:59:19.093000Equivalent of LISTAGG in LINQ doesn't work
57 views
Asked by Tanvi Khade
PropertyBuilder: IsRequired(false) vs not adding it at all
23 views
Asked by Dario
Why doesn't Serilog logs querys with joins?
48 views
Asked by hackerl33t
HasFilter not being applied on MySql
87 views
Asked by Anonymous
Partial view in Dotnet application not appearing
26 views
Asked by Assay Khan
EF Core 5.0 still tracks entities even after adding AsNoTrackingWithIdentityResolution()
126 views
Asked by Stack Undefined
How to further filter on a query's .Include(.Where()) and have it reflected outside of the Include()
271 views
Asked by Jimmy
Use Expression or Predicate for filtering navigation properties?
604 views
Asked by zola25
How to register and get multiple DbContexts of the same type?
982 views
Asked by B1311
GroupBy in subquery with MAX() in C#
140 views
Asked by Pavel
Force EF Core TPT : Stamping every table with same field? (duplicate field in base and derived table)
90 views
Asked by ThomasG
EF Core 5 - LINQ cannot be translated
1.1k views
Asked by Kross
get error when use first() after goupby()
42 views
Asked by Moradof
Why did Entity Framework Core include related tables without me using Include() in my query?
1.2k views
Asked by reza ashouri
EFcore 5: Code First: How do I set a unique constraint on a column that contains a reference key?
853 views
Asked by BDelker
Ignored ThenInclude statement on generating query expression EF Core
302 views
Asked by sir drake
How to execute a stored procedure in EF Core 5 in .NET 5 Web API?
374 views
Asked by Nilesh
Expression in EF Core where clause takes too much time
101 views
Asked by Anton Putau
EF Core (5.0.3) Is there a way to automatically load whole object graph of a lazily loaded navigation property?
54 views
Asked by twistedbits