Welcome to this C# project based course for beginners course (pronounced C Sharp).
C# is designed to be a simple, modern, general-purpose, object-oriented programming language, borrowing key concepts from several other languages, most notably Java
.
C# is an Object Oriented language and does not offer global variables or functions. Everything is wrapped in classes, even simple types like int and string, which inherits from the System.Object class.
In this course I will walk you through how to create the following 10 beginner c # projects:
Calculator
Digital Clock
Currency Converter
Maths Operations App
Web browser
paint drawing app
2D Ping Pong game
Google Maps
Volume Converter
Music Player