How do you generate documentation from the C# file commented
properly with a command-line compiler?
Answer Posted / p.ramakrishna
Compile it with the /doc switch
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between list and arraylist c#?
What is a dictionary in c#?
Can you have an array of arrays?
Why we use oops in c#?
Where do I put dll files?
Explain what are three test cases you should go through in unit testing?
Why do we use stringbuilder in c#?
Can class be protected in c#?
C# called c sharp why?
What is event delegate in c#?
What are data types examples?
List the fundamental oop concepts?
What is ienumerable t in c#?
Can we have multiple threads in one app domain?
List down the differences between “dispose” and “finalize” methods in c#.