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

What is a byte in c#?

0 Answers  


What is an escape sequence in c#?

0 Answers  


what is the diference between casting and converting?

2 Answers  


What does assert() do?

1 Answers   Rolta,


How do I format in c#?

0 Answers  






i need to insert data into sql server table emp through textboxes txtname and txtsalary using c# code. Please help

1 Answers  


What is linq c#?

0 Answers  


Explain acid rule of thumb for transactions in c#.

0 Answers  


write a program to find the biggest palindrome in the given string

0 Answers   Microsoft,


What is multidimensional array in c#?

0 Answers  


what is the index value of the first element in an array?

0 Answers  


Explain polymorphism in c# with a simple example?

0 Answers  


Categories