3

How i can convert to c# code files to html files?Is there any generation tool?

I need it my presentation...

tobias
  • 1,502
  • 3
  • 22
  • 47

2 Answers2

3

You can use the CopyAsHtml visual studio extension. It is written for VS2005 but can also be used with VS2008.

Klaus Byskov Pedersen
  • 117,245
  • 29
  • 183
  • 222
0

Doxygen is a free documentation tool that among other things makes html files from source code.

Anders Abel
  • 67,989
  • 17
  • 150
  • 217