C# Mastery Hub
Home
Challenges
Discussion
Lessons
Core Topics
C# Fundamentals
Console Applications
Classes & OOP
Windows Forms
ASP.NET Core
SQL Server
VS & SQL Connection
RDLC Reports
.NET MAUI
Getting Started
Getting Started
Website Development
SEO Guide
Security
Project Workflow
Extra Topics
Cloud & Deployment
AWS Cloud
Deployment
About
Contact
Test Your Knowledge
C# Fundamentals - Lesson 1: Introduction to C# Quiz
Answer all questions to test your understanding
1
When was C# first released?
1998
2000
2002
2004
2
Who designed the C# programming language?
Bill Gates
Anders Hejlsberg
James Gosling
Bjarne Stroustrup
3
Which of the following is NOT a valid use case for C#?
Desktop applications
Web applications
Mobile applications
Hardware drivers
4
What type of programming language is C#?
Procedural only
Object-oriented
Functional only
Assembly language
5
What is the entry point of a C# program?
Start()
Main()
Run()
Begin()
Submit Quiz