Explain the difference between and xml documentation tag?



Explain the difference between and xml documentation tag?..

Answer / Ajay Chaturtvedi

XML documentation tags are used in C# to generate XML documents that contain comments for each member (class, method, property, etc.) of a .NET assembly. On the other hand, XML comments are specific tags used within these XML documents. An example of an XML documentation tag is `/// <summary>` which is used for describing what a member does, while an example of an XML comment tag is `<!-- My comment -->`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Are value types sealed?

1 Answers  


How do I port "synchronized" functions from visual j++ to c#?

1 Answers  


Int map to which .net types?

1 Answers  


What are circular references?

1 Answers  


Explain the constructor in c#.

1 Answers  


what kind of questions (.net)to expect in a telephonic interview.This is the first time i will be facing a tele interview .Any inputs regarding this??

2 Answers   iNube Software Solutions,


What is a scope in c#?

1 Answers  


without modifying source code if we compile again, will it be generated MSIL again?

1 Answers  


What are the different types of comments in c#?

1 Answers  


So how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process ?

1 Answers  


What are the different types of assembly?

1 Answers  


how to stored and retrive video in Sql server using asp.net c#......?

1 Answers   Sans Pareil IT Services,


Categories