Basic c# course in english PDF
1.Introduction (Introduction)
C#The history and significance of the
C#Usage and application areas
2.Establishment (Setup)
Visual StudioInstallation of
Required Tools and Setup
3.Basic concepts (Basic Concepts)
data type (Data Types)
The variables (Variables)
Operator (Operators)
Control structures (Control Structures)
o if-else, switch
4.Functions (Functions)
How to create and use a function
Parameters and Return Types
5.Classes and objects (Classes and Objects)
3
OpenOpThe notion of
Creating classes and objects
Inheritance and Polymorphism
6.Error Handling (Error Handling)
Exception Handling
Try, Catch, FinallyBlock
7.Collections (Collections)
Arrays, Lists, Dictionaries
How to use Collections
8.File Handling (File Handling)
Reading and writing files
Use of Stream Classes
9. GUIApplication Development (GUI Application
Development)
WinFormsintroduction of
BasicGUICreating the Application