What?s the difference between // comments, /* */ comments
and /// comments?
Answer Posted / daniel
Single-line, multi-line and XML documentation comments.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
How to Show Message box in Metro Style App?
What is difference between value and reference types in C#.NET
Why do we parse in c#?
How do you create user defined data types in c#?
What is difference between array and collection in c#?
What is the max value of int32 in c#?
Explain the Usage of web.config
Define c# i/o classes? List the commonly used classes?
Is list passed by reference c#?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
What is a generic in c#?
What is global namespace in c#?
What is the purpose of abstract class in c#?
Can abstract class have private constructor c#?