C# Entry Level

View Syllabus
Introduction. First code lines
1 Brave new world
Introduction. First code lines
Hardware. Comments. C# benefits. String interpolation
2 The Mission
Hardware. Comments. C# benefits. String interpolation
C# program structure. If statement
3 Back to the streets
C# program structure. If statement
bool type. Console input.
4 Who is who
bool type. Console input.
.NET Framework. for loop
5 Find the basement
.NET Framework. for loop
double, float, char
6 Talk in the big kitchen
double, float, char

Welcome to CodeEasy Elementary C# course! You are now at the very beginning of the fascinating story which will take you to the world of programming. You don't need any special programming skills or any prior knowledge to start it! It can be useful to learn first, how to use CodeEasy. Follow Teo’s story and you will learn the basics of C# programming step-by-step.

You will learn:

  • C# program structure;
  • basic data types: bool, int, char, double, float;
  • if statement;
  • console input and output;
  • for loop; string manipulations.