
Introduce yourself in the q&a to share where you’re from and why you enrolled, helping us tailor a great learning experience for beginners.
Install Visual Studio Community 2017, choose required language workloads (C#, C++, Python, Unity, Linux), complete the installation, launch the IDE, and start a C# project.
Explore data types and why defining a variable's type matters, covering integer, long, short, double, character, string, and boolean to prevent errors in code.
Explore how loops work in C#, including while, do while, and for loops, with break statements to exit the cycle and techniques for iterating through arrays.
Define and call functions in C# using public static, return values, and parameters; explore square, boolean checks, and console output in practical examples.
Use functions to achieve reusability by invoking the same function multiple times. They offer abstraction, so you use the function by its name, arguments, and returns without knowing its workings.
Learn how to work with files in C#, including open, create, write, and read operations, enabling simple text editor style features.
Do you want to start with programming?
Then this course is designed for you. In this course, you will create your first application using the C# programming language. You will also learn the important concepts of programming. After finishing the course you should be able to create simple applications and have a strong foundation in programming. I try to explain how all the important concepts work and how you can use them in your C# code.
I know you don't have time for long and boring lectures. That is why I try to be as engaging as possible. I am also trying to go directly to the point.
Practice opportunities:
Throughout the course are 4 tests on which you can practice your knowledge. Also during the "CODE" videos, I am trying to keep you engaged by asking questions like "What will be the result of this?".
What will I learn?
what is program
what is programming
variables
data types
if and switch statements
arrays
loops (for, while, do-while)
functions
Who should take this course?
Anyone who wants to learn programming fundamentals
Anyone who wants to start programming in C#