C# (Sharp) Programming Language Question:
Download Questions PDF

How do you generate documentation from the C# file commented properly with a command-line compiler?

Answer:

Compile it with the /doc switch.

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
What is a multicast C# delegate?What debugging tools come with the .NET SDK?