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 is action in c# 3.5?

0 Answers  


Explain the difference between event and a delegate in c#?

0 Answers   DELL,


What is ispostback c#?

0 Answers  


Why References are stored on heap and variables on stack?

0 Answers   MCN Solutions,


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

0 Answers   Siebel,






What are the types of comment in c# with examples?

0 Answers  


What’s difference between Association, Aggregation and Inheritance relationships?

2 Answers   TCS,


How to get the sum of last 3 items in a list using lambda expressions?

0 Answers  


What is a lambda expression in c#?

0 Answers  


Why cannot you specify the accessibility modifier for methods inside the interface?

0 Answers  


How do I declare a pure virtual function in c#?

0 Answers  


explain DIFFERENCE BETWEEN CLASS AND MODULE?

3 Answers  


Categories