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 JavaC# is one of the most popular programming languages. It can be used for a variety of things, including mobile applications, game development, and enterprise software. Knowing C# opens a great deal of doors for you as a developer.C# is used in: Video games with UnityWeb apps with ASP. NETCloud Computing with AzureMobile apps with XamarinIoT with .NET CoreMachine Learning with ML. NETC# 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 to help build up your C# programming skills. CalculatorDigital ClockCurrency ConverterMaths Operations AppWeb browserpaint drawing app2D Ping Pong gameGoogle MapsVolume ConverterMusic PlayerYou will be using the Visual studio integrated development environment to write the and run the C# Code. This is the official tool provided by Microsoft for developers to use to create applications. After completing the 10 projects you should be confident to build your own applications.