C# Basics: From Zero to First Applications
What you'll learn
- Fundamentals of programming - data structure, algorithm
- Why there are so many programming languages
- The basics of C# and .NET
- Control the flow of programs using conditional statements
- Use arrays and lists
- Repeat operations with for and while loops
- How to fix errors in code
- Work with date and time
- Work with text
- How to use Rider for C# application creation