How do you generate documentation from the C# file commented
properly with a command-line compiler?
Answer Posted / saxena
Compile it with a /doc switch.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
What is static variable in c#?
Explain get and set accessor properties?
What is xpath in c#?
Why do we overload constructors?
Can properties be static in c#?
When should you use generics?
What is parsing? How to parse a date time string?
Is there an equivalent to the instanceof operator in visual j++?
What are the types of comments in c#?
Can hashtable have duplicate keys in c#?
What is the difference between dictionary and hashtable in c#?
How can I develop an application that automatically updates itself from the web?
What is namespace in oops?
What I can do with c#?