Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

C# Interview Questions and Answers

Ques 16. What namespaces are necessary to create a localized application?

System.Globalization, System.Resources.

Is it helpful? Add Comment View Comments
 

Ques 17. What’s the difference between // comments, /* */ comments and /// comments?

Single-line, multi-line and XML documentation comments.

Is it helpful? Add Comment View Comments
 

Ques 18. How do you generate documentation from the C# file commented properly with a command-line compiler?

Compile it with a /doc switch.

Is it helpful? Add Comment View Comments
 

Ques 19. What’s the difference between and XML documentation tag?

Single line code example and multiple-line code example.

Is it helpful? Add Comment View Comments
 

Ques 20. Is XML case-sensitive?

Yes, so and are different elements.

Is it helpful? Add Comment View Comments
 

Most helpful rated by users:

©2024 WithoutBook