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



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

Answer / mohan kumar e.

By /doc switch in the commandline compiler we can generate
xml documentation.
csc ab.cs /doc:ab.xml

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More C Sharp Interview Questions

Explain the difference between arraylist and array and in c#?

0 Answers  


Can multiple catch blocks be executed?

4 Answers   Visual Soft,


Is list ienumerable c#?

0 Answers  


What is the use of protected in c#?

0 Answers  


What is the difference between var and dynamic types in c# 4.0?

0 Answers  






Is php better than c#?

0 Answers  


Describe the types of comments in c#?

0 Answers  


What is a method signature c#?

0 Answers  


What is regex replace in c#?

0 Answers  


What is difference between singleordefault and firstordefault?

0 Answers  


Do while loops yes or no c#?

0 Answers  


What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?

0 Answers  


Categories