C#
 Computer >> Computer tutorials >  >> Programming >> C#
  1. What is the difference between int and Int32 in C#?

  2. What does the two question marks together (??) mean in C#?

  3. What is @ in front of a string in C#?

  4. What are different types of access modifiers available in C#?

  5. What are different types of parameters to a method in C#?

  6. Which is better System.String or System.Text.StringBuilder classes in C#?

  7. Why cannot we specify access modifiers inside an interface in C#?

  8. How can we return multiple values from a function in C#?

  9. How do you give a C# Auto-Property a default value?

  10. When to use tuples in C#?

  11. How to call a static constructor or when static constructor is called in C#?

  12. How can we call one constructor from another in the same class in C#?

  13. How to prove that only one instance of the object is created for static class?

  14. What is the difference between Select and SelectMany in Linq C#?

  15. How many destructors can we have in one class in C#?

  16. How to explicitly call base class constructor from child class in C#?

  17. Which one is better Build, Rebuild, or Clean in C#?

  18. What are union, intersect and except operators in Linq C#?

  19. What is explicit implementation and when to use in the interface in C#?

  20. What is the difference between Finalize and Dispose in C#?

Total 2668 -Computer  FirstPage PreviousPage NextPage LastPage CurrentPage:121/134  20-Computer/Page Goto:1 115 116 117 118 119 120 121 122 123 124 125 126 127