How do you generate documentation from the C# file
commented properly with a command-line compiler?



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

Post New Answer

More C Sharp Interview Questions

Explain about ODP.net

0 Answers  


What is desktop application testing?

0 Answers  


What is a interface in c#?

0 Answers  


Can we declare private class in c#?

0 Answers  


How is the syntax written to inherit from a class in C#?Give an example ?

0 Answers   Siebel,


What is the difference between ienumerable and icollection?

0 Answers  


what is c# command?

0 Answers  


Why do we still see so much non-oo code written in c# today?

0 Answers  


What is a custom attribute?

0 Answers  


What is strongly typed in c#?

0 Answers  


Why is c# used?

0 Answers  


Can you declare the override method static while the original method is non-static?

2 Answers   Mind Tree,


Categories