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
Is it possible to force garbage collector to run?
Explain how to implement an object pool in c#.net
How does bubble sort work?
What are the fundamental differences between value types and reference types?
What is _layout cshtml?
Why data types are important in c#?
What is sealed class in c#?
what is the difference between the debug class and trace class?
What is default constructor in c#?
What is COM Interoperability?
Explain about finalize method?
What is the use of delegates in c#?
Is c# good for beginners?
What are the Types of compatabilities and explain them
Do events have return type c#?