Kiran Mohanty
Why appsettings keys (in web.config) are not case sensitive ?

Why appsettings keys (in web.config) are not case sensitive ?

By Kiran Mohanty in .NET on Feb 01 2021
  • Rajeev Kumar
    Mar, 2023 3

    The default comparer is a CaseInsensitiveComparer that uses the conventions of the invariant culture; that is, key comparisons are case-insensitive by default.

    • 0
  • Krishna Swain
    May, 2021 24

    The default comparer is a CaseInsensitiveComparer that uses the conventions of the invariant culture; that is, key comparisons are case-insensitive by default.

    • 0
  • Mahesh Ugopal
    Feb, 2021 19

    For Unique string eg :mailid

    • 0
  • Navin Hadge
    Feb, 2021 5

    The default comparer is a CaseInsensitiveComparer that uses the conventions of the invariant culture; that is, key comparisons are case-insensitive by default.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS