I have code like this. Is there a way to make it easier to write and maintain? Using C# .NET 3.5.
string header(string title) { StringWriter s = new Stri
You can use T4 Templates for generating Html (or any) from your code. see this: http://msdn.microsoft.com/en-us/library/ee844259.aspx