From the course: Asynchronous Programming in C#
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
What you should know - C# Tutorial
From the course: Asynchronous Programming in C#
What you should know
- [Instructor] Here's what you should know to get the most out of this course. This is not a beginner course so I'm going to assume you already have at least an introductory knowledge of C#. Just the basics, really. Things like declaring variables, writing functions, loops, and using basic programming constructs that exist in just about every language. I'll be writing small programs and running them with the .NET CLI, so some basic experience with it would also be helpful, but not really required. As long as you have the .NET SDK installed on your computer, you should be able to follow along even if you've never used the .NET CLI. If you're ready to get started with asynchronous programming in C#, keep watching.