Which compiler switch creates an xml file from xml comments in the files in an assembly?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

When compiler adds a default constructor to a class?

4 Answers   TCS,


What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?

3 Answers  


What is difference between float and integer?

0 Answers  


List down the differences between “dispose” and “finalize” methods in c#.

0 Answers  


i have a question which is quite simple but yet complicated for me my question is why do we use void, if it does not return anything to the compiler? if it is used for normal display it can also be done by what is called Console.Write() or Consol.WriteLine() and if i do not use void with my method then my compiler throws me an error. if i return a value say integer then i write public int fun() display of the result can also be done here then why is it so necessary to use void with a function and why so compiler throw us an error if v don't use void return type?

2 Answers  






What language is c# similar to?

0 Answers  


What are c# collections?

0 Answers  


What is the minimum size (in bytes) of string data type in c#? Give its compatible data type in .NET Framework.

5 Answers  


What does get set mean in c#?

0 Answers  


what is a structure in c#

0 Answers   Cognizant,


what is diffrence between protected ,internal and protected internal?? whether protected field available in derived class which is outside the assembly. if not ..this is possible by which access modifiers??

2 Answers  


How big is an int in c#?

0 Answers  


Categories