Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

2 votes
0 answers
84 views

Entity Framework Core 8 Where IN vs Where IN OPENJSON Additional Question

I have reviewed the other post on this, and found my scenario to be much more un workable, to the extent that I am unsure if it is the way I am writing the query that is the issue. Surely it must be ...
Alex Holmes's user avatar
2 votes
1 answer
224 views

EF Core 8 - translate queries into embedded collections (OPENJSON) using expression

Here is an example of EF Core 8 translating LINQ to embedded collections: https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-8.0/whatsnew#translate-queries-into-embedded-collections And it ...
Illia's user avatar
  • 23
0 votes
0 answers
739 views

Add EF Core 6 OPENJSON translation which passes the column name instead of string

I am working on a legacy project which uses SQL Server and stores JSON is some of the columns, which has been upgraded to EF Core 6. My main issue is that I have an old query which probably ran client-...
vgru's user avatar
  • 50.9k