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

What are native methods?

0 Answers  


What is string class in c#?

0 Answers  


What are most desktop applications written in?

0 Answers  


What are cookies in c#?

0 Answers  


What are the methods in c#?

0 Answers  






What is a shared assembly?

0 Answers   Wipro,


Explain what is copy constructor?

0 Answers   BPL,


Is string primitive?

0 Answers  


Can a struct inherit from an interface in c#?

0 Answers  


What are concrete classes?

0 Answers  


Are c# destructors the same as c++ destructors?

0 Answers  


Why do we need oops in c#?

0 Answers  


Categories