Which of the following is the correct file extension for a C# source file?
Which method serves as the entry point of a C# program?
Which of the following is a value type in C#?
Which keyword is used to handle exceptions in C#?
Which operator is used for string concatenation in C#?
Which keyword is used to define an interface in C#?
Which collection in C# stores key-value pairs?
What is the main purpose of delegates in C#?
Which LINQ keyword is used to filter data?
Which class is used for reading text files in C#?
Which keyword is used in C# for asynchronous programming?
Which principle in SOLID stands for 'Open-Closed Principle'?
Which namespace is used for multithreading in C#?
Which ORM is commonly used with C# for database operations?
Which mechanism in C# allows examining metadata at runtime?