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 ...
5
votes
6answers
2k views
How do I create an html report without hardcoding the html?
I'm currently refactoring a console application whose main responsibility is to generate a report based on values stored in the database.
The way I've been creating the report up til now is as ...