Entity Framework LINQ contains not case insensitive .23 May 2017
Read moreIs entity Framework case insensitive?
Entity Framework LINQ contains not case insensitive .23 May 2017
Read moreAre C# cases insensitive?
In programming languages Some programming languages are case-sensitive for their identifiers (C, C++, Java, C#, Verilog, Ruby, Python and Swift).
Read moreIs LINQ any case sensitive?
LINQ has no concept of case sensitivity , it only cares about boolean evaluation. So if you want to ignore case, you should do something like: query = query.
Read more