Back to Subjects
VP

Visual Programming

Master C#, .NET Framework, Windows Forms, controls, events, ADO.NET database connectivity, and object-oriented programming.

Start Quiz
2,700MCQs
easy

1375 questions

medium

1288 questions

hard

40 questions

Chapters

1
Windows Forms
2
WPF Basics
3
Design Patterns
4
Introduction to .NET Framework
5
C# Data Types
6
C# Operators
7
Control Structures
8
Strings
9
Windows Forms Events
10
Windows Forms Methods
11
Basic Controls
12
TextBox Control
13
Button Control
14
Control Properties
15
PictureBox Control
16
Event Handling
17
Mouse Events
18
Keyboard Events
19
ListBox Control
20
ComboBox Control
21
Timer Control
22
ProgressBar Control
23
DateTimePicker Control
24
NumericUpDown Control
25
Menus and Toolbars
26
ToolStrip Control
27
MessageBox
28
Common Dialogs
29
OpenFileDialog
30
Exception Handling
31
Common Exceptions
32
File Operations
33
Directory Operations
34
Path Class
35
Streams
36
OOP Concepts
37
Access Modifiers
38
Constructors
39
Inheritance
40
Properties
41
ADO.NET Basics
42
SqlCommand
43
SqlDataReader
44
DataSet
45
DataGridView
46
SQL Parameters
47
SQL Queries
48
Graphics
49
Clipboard
50
Visual Studio
51
C# Basics
52
.NET Framework

Sample Questions

1

Which namespace contains Windows Forms controls in C#?

A.System.IO
B.System.Windows.Forms
C.System.Drawing
D.System.Collections
2

WPF uses which markup language for UI design?

A.HTML
B.XML
C.XAML
D.JSON
3

Which pattern is commonly used with WPF for data binding?

A.MVC
B.MVVM
C.MVP
D.Singleton