0 / 10 answeredScore: 0
Question 1

What is the difference between '==' and '.Equals()' when comparing two reference-type objects in C#, by default?

Question 2

What does LINQ's 'Where' method do when applied to a collection?

Question 3

What is a nullable value type in C#, denoted with a '?' suffix?

Question 4

What is the difference between 'ref' and 'out' parameters in C#?

Question 5

What does the 'async' and 'await' pair achieve in a C# method?

Question 6

What C# feature allows adding new methods to an existing type without modifying its source code?

Question 7

What is the purpose of an interface in C#?

Question 8

What does the 'var' keyword do in C#?

Question 9

What is boxing in C#?

Question 10

What is the purpose of the 'using' statement in C#?