What's the best way to do string based lookup in .NET?
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
Would like to avoid a loop of string compares.
-
Would like to avoid a loop of string compares.
Without any further information I'd say a HashTable or probably this UniqueStringList[^]. Robert