Having trouble building HTML with C# ?
Have you ever used something like this to generate HTML tables for example:
StringBuilder sb = new StringBuilder(); for (int i = 1; i <= 32; i++) { sb.AppendLine("<tr class=\"row\">"); sb.AppendLine("<td>" + i + "</td>"); sb.AppendLine("<td> </td>"); sb.AppendLine("<td> </td>"); sb.AppendLine("<td> </td>"); sb.AppendLine("</tr>"); } return sb.ToString();(As you see even the SyntaxHighlighter couldn't handle all of those Escape Characters)
I'm pretty sure you did :)
And you probably you hate all of those Escape Characters! (/" " +)
And doing sb.AppendLine all the time and doing all this formating!
Imagine you have 50 lines?? OMG...
So anyway i made an Application to make you'r life easier :)
Simple as it looks :)
Download Here: C# HTML Builder
awesome.. very useful. Thanks.
ReplyDeleteThanks for great tool .It save my lot's of time
ReplyDeleteWorks great and really helpful, thanks a lot !
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteGreat Thanks for Great tool.it's saved lot of DEV efforts
ReplyDeleteThanks Man!
ReplyDeleteAwesome, Great Job
ReplyDeletethis tool is awesome thanx.
ReplyDeleteThanks.awesome tool.its saved lot of time
ReplyDeleteMuito obrigado por disponibilizar !! Funcionando perfeitamente.
ReplyDeletethanks this is so helpful
ReplyDelete