C# Programming Quiz


Play this quiz that will help you to excel in C# certification exams, placements etc. This C# programming quiz consist of 10 questions that you need to solve in 10 minutes. We’ve specially designed this quiz so that you can quickly acquaint to the pattern of questions you can be asked in placement drives, certification exams etc. This test enables you to assess your knowledge of C# programming.

Take the Free Practice Test



C# MCQs

Practice C# MCQ Questions, which will help you to understand C#, ASP.NET and AD.NET easily.

C# Quiz

Try Free C# Quiz, to start a quiz you need to login first, after login you will get start quiz button and then by clicking on that you can start quiz. You will get 10 Minutes to answer all questions.

C# Quiz

1. The _________ keyword indicates the catching of an exception.

Try
Throw
Catch
Finally

2. The first line of the program is?

using System
namespace 
using namespace
None of the above

3. C# has strong resemblance with?

C
C++
Java
Python

4. Which of the following is true?

ASP.NET Web Forms is not a part of the new ASP.NET Core.
ASP.NET Web Forms is an event driven application model.
ASP.NET MVC is an MVC application model (Model-View-Controller).
All of the above

5. The threads created using the Thread class are called the?

child threads
parent threads
base threads
None of the above

6. CLI in C# Stands for?

Common Language Infrastructure
Code Language Infrastructure
Computer Language Infrastructure
C# Language Infrastructure

7. Web.config file is used

Configures the time that the server-side codebehind module is called
To store the global information and variable definitions for the application
To configure the web server
To configure the web browser

8. The main features of dotConnect for SQL Server includes ___________

Extra data binding capabilities
Ability of monitoring query execution
Supports the latest versions of SQL Server
All of the above

9. Which method is called when a thread is blocked from running temporarily?

Pulse()
PulseAll()
Wait()
Both A and B

10. Which properties gets or sets the name of the current data set?

DefaultSetName
DefaultViewManager
DataSetName
SetName

Results