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 |
Explain the difference between arraylist and array and in c#?
Can multiple catch blocks be executed?
Is list ienumerable c#?
What is the use of protected in c#?
What is the difference between var and dynamic types in c# 4.0?
Is php better than c#?
Describe the types of comments in c#?
What is a method signature c#?
What is regex replace in c#?
What is difference between singleordefault and firstordefault?
Do while loops yes or no c#?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?