Tagged Questions
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 ...