String comparison in DotNet

There are various ways of comparing two strings. Based upon situation you might need to compare string in regards to case sensitivity or even culture. For example, Postgres Sql is case sensitive where as MsSql is not. Here is a common scenario I have seen in many projects when it comes to comparing string that …

String comparison in DotNet Read More »