1. Home
  2. Docs
  3. Career
  4. Code Interview Questions
  5. C#.Net Interview Question and Answers

C#.Net Interview Question and Answers

What is C#?

  • C# (pronounced “C sharp”) is a simple, modern, object-oriented, and type-safe programming language.
  • It will immediately be familiar to C and C++ programmers.
  • C# combines the high productivity of Rapid Application Development (RAD) languages.

What are the types of comment in C#?

There are 3 types of comments in C#.

  • Single line (//)
  • Multi (/* */)
  • Page/XML Comments (///).

How can we help?