How i can convert to c# code files to html files?Is there any generation tool?
I need it my presentation...
How i can convert to c# code files to html files?Is there any generation tool?
I need it my presentation...
You can use the CopyAsHtml visual studio extension. It is written for VS2005 but can also be used with VS2008.
Doxygen is a free documentation tool that among other things makes html files from source code.