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 instantiating a class in c#?
Explain the serialization in .net
What's difference between constants and static readonly?
What are synchronous and asynchronous operations?
What is xaml file in c#?
What is difference between C# and VB.NET?
Can interface have virtual methods in c#?
Difference between a sub and a function in c#.
Why would you use a class property in c#?
What is querystring in c#?
Is type nullable c#?
How many bytes is an int?
What is single dimensional array in c#?
Is an array an object c#?
Is equal in c#?