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 use of static in c#?
What is anonymous methods in c#?
Difference between value and reference type. What are value types and reference types?
What is difference between dynamic and var in c#?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
What is c# windows form application?
Why References are stored on heap and variables on stack?
Is int reference type c#?
Define collections?
Explain dataset.acceptchanges method in .net?
What are the types of assembly available
How do I declare inout arguments in c#?
Explain data types in c#?
What is a event in c#?
What is keywords in c#?