What is the best tool for showing source codes on the Web ?
with Syntax highlighting , in color – Line-Numbers
Asp.Net
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to display source code on a web page, a search for “syntax highlighter” will give you a few suggestions.
Scott Hanselman has an article on what he uses on his blog. Its a javascript one, and it (almost) only requires you to include the correct js files… (Easy read, and seems like a good solution.)