Entity Framework Core: case-insensitive Contains() In Entity Framework, the Contains() method used to be case-insensitive: however, such behavior has been changed in EF Core. Here's how to revert it back and perform case-insensitive searches
Today I was working with EF Core and I was implementing some IQueryable filters using this guide. When I was performing my unit tests to see if I did everything properly …
Entity Framework Core: case-insensitive Contains() In Entity Framework, the Contains() method used to be case-insensitive: however, such behavior has been changed in EF Core. Here's how to revert it back and perform case-insensitive searches Read More