© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
4 replies
Mango

❔ EF Core LINQ translation document

In the process of upgrading a .NET Core 1.1 to 6 app, our EF Core LINQ queries are now hitting some translation issues with the usage of
String.Equals(String, StringComparison)
String.Equals(String, StringComparison)
method in the
IQueryable<DbSet<T>>.Where()
IQueryable<DbSet<T>>.Where()
method. I’m going through those to clean them up but I was wondering if anyone knew of a blog/SO post that has a list of all the LINQ translation gotchas we may run into?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

EF Core translation
C#CC# / help
3y ago
❔ Help with EF Core Linq statement
C#CC# / help
4y ago
Dynamic EF Core LINQ Queries for API Consumption
C#CC# / help
7mo ago
EF Core
C#CC# / help
2y ago