I am sending emails to my users in HTML format. There is lots of editing there, like user name, user birthday and many other details.
Now, I don't want my code to be look like this:
String message = "hello " + "David\n" + "congratulation for your " + birthday + "\nPleas visit our site\n" + siteLink + " to get your bonus";
Is there any C# tools I can use to make it easy editing?