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 about ODP.net
What is desktop application testing?
What is a interface in c#?
Can we declare private class in c#?
How is the syntax written to inherit from a class in C#?Give an example ?
What is the difference between ienumerable and icollection?
what is c# command?
Why do we still see so much non-oo code written in c# today?
What is a custom attribute?
What is strongly typed in c#?
Why is c# used?
Can you declare the override method static while the original method is non-static?