Tagged Questions
5
votes
4answers
142 views
How to avoid hardcoding strings
This is a question regarding best coding practices.
I would like to know the consensus about how to best avoid hardcoding strings and values in a .NET application.
What I've seen so far where I have ...