Ratings & reviews
Adrian A.
15 days ago
Really well constructed for a complete newbie to any kind of coding language. Really helped me to understand the basic fundamentals of C#. Glad I found this site through my Google ... Show more
Complete all chapters to get certificate
0%
Getting Started
In this section we will get an introduction to C#. Moreover, we will also learn some basic elements of the C# language.
Dealing with Data Types
In any programming language we have to deal with different types of data. In this section we will learn about that.
Control Structures
In this section we will learn about features of C# that help us control the flow of the program such as executing pieces of code based on conditions.
Arrays
Arrays are an important part of any programming language as they let us group together and manipulate a large amount of similar data. In this section we will learn about Arrays and how to use them for practical applications.
Methods
In this section we will learn about one of of the most widely used and essential features of C# called Methods. We will also explore its uses through creative practice tasks.