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

Answers were Sorted based on User's Feedback



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

Answer / p.ramakrishna

Compile it with the /doc switch

Is This Answer Correct ?    3 Yes 0 No

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

Answer / saxena

Compile it with a /doc switch.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Explain about Oops concept

0 Answers   Digital GlobalSoft,


what are the benefits in using c# ?

1 Answers  


How big is int16?

0 Answers  


What are extension methods and where can we use them?

0 Answers  


When do you generally use a class over a struct?

0 Answers  


What are indexers in c# .net?

0 Answers  


When should we use sealed class in c#?

0 Answers  


What is Delay Signing?

1 Answers   ACS,


What's difference between constants and static readonly?

0 Answers   Wipro,


What is data bind in c#?

0 Answers  


What is oledb in c#?

0 Answers  


Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?

0 Answers   Siebel,


Categories