
In this video lecture, we go over the basics of downloading and installing the visual studio IDE. After watching, the user should understand where to download this from, and that we will be using the .NET desktop development workload.
In this video lecture, we go over data types and variables in C#. After completion, students should understand how to code variables and use them in simple ways, such as simple math and writing to the console.
In this video lecture, students will learn how to use the Console.ReadLine() function to take in user input from the console. They will then be able to use this data in their programs to solve problems.
In this video lecture, students will learn how to use If/ElseIf/Else conditional statements. They will be able to use these statements to check the validity of variables, conditions, and more to solve more complex problems.
In this video lecture, students will learn how to use switch statements. They will be able to use these statements to check the validity of variables, conditions, and more to solve more complex problems.
In this video lecture, students will learn how to use while loops. After completion, students will understand how to complete a programming task over and over again until a condition is met.
In this video lecture, students will learn how to use do-while loops. After completion, students will better understand the complexities of loops.
In this video lecture, students will learn how to use arrays. After completion, students will understand some examples of what arrays are used for in computer programming.
In this video lecture, students will learn how to use for loops. After completion, students will be able to use for loops along with arrays to complete programming challenges.
In this video lecture students will work through building a simple ATM depositor project. This project will allow students to use all concepts of the course in one project.
In this video lecture students will work through building a simple ATM depositor project. This project will allow students to use all concepts of the course in one project.
Hello everyone! My name is Zackary and I will be instructing you in this 2024 C# beginner programming course. I have a degree in Applications and Web Development, and in this course we will be going over the basics of programming, everything using variables and their data types, all the way through using those amazing for loops! If you are interested on getting started in programming, you've landed in just the right place.
At the end of nearly all lessons, their will be a homework assignment to complete based on what was just learned. The questions will be similar but still hopefully challenge you to think outside of the box about how programming can be used to solve the problems of today.
At the end of the course, we will be completing a final project, a very simple ATM deposit project. We will work out the entire solution to the project in the lessons, but feel free to try and skip ahead if you feel you are ready for a challenge. In this project we will combine the skills of all the lessons within the course into one bigger project, so get ready to use what you've learned in a way we can all understand!