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 |
What is constructors, explain with syntax
Explain the various types of classes used in c#?
What is Dispose method in .NET?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
What is the use of multicast delegate while methods of multicast delegate do not execute in a order?
What is difference between continue and break in c#?
What is the object class in c#?
One start and stop button is there and one textbox is there.when you click start button ,it will display 1,2,3......up to infinite in textbox.when you click stop button it will stop.
Where is the output of TextWriterTraceListener redirected?
What is the use of console readkey ()?
Can property defined in Interface.
What is difference between code access and role based security?