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 are the access-specifiers available in c#?

26 Answers   Syntel,


What are the two keywords used to pass a variable by reference in c#?

2 Answers   IBM,


Can I do things in il that I can't do in c#?

0 Answers  


How to throw an caught exception from cath block?

3 Answers   TCS,


What do you mean by “finalize” and “finally” methods in c#?

0 Answers  






Structs are not reference types. Can structs have constructors?

0 Answers  


Is dictionary reference type c#?

0 Answers  


When should we use delegates in c#?

0 Answers  


Are constructors inherited c#?

0 Answers  


What is sqlcommandbuilder c#?

0 Answers  


These questions were asked me in a technical interview: •If we deploy an application on multiple server (like database server, web server) then, each request should be redirected to proper server, then how you will handle it in your code? •How security pinholes will be handled in an application? •What things should be considered while writing a web application? •How will you do load/performance testing of web application? Which framework you will use for it? •How will you implement a cache for results which require a DB access? Please let me know how to write an web application considering all these points. I am not so much aware of architechural design of web application. Your guidelines will be helpful.

0 Answers   TCS,


5. What properties we used to call stored procedure in C#?

2 Answers   Mphasis,


Categories