C# Tutorial for beginners: An Overview

I have started this new series on C#. In this article, I will give you an overview of the tutorial.

I recommend you to read through the pre-requisite before we deep dive into C# basics.

Don’t want to install Visual studio? Never mind, I have a browser-friendly version where you can try out some programs by yourself. Click here.

List of topics I will cover.

  1. Introduction to C#
  2. What are the variables and simple types?
  3. What are reference types?
  4. If-else-switch statements and loops like for, while
  5. Arrays, multi-dimensional and Jagged arrays
  6. Introduction to collections

I will add more as and when I add more content. Thanks for being patient!

As a result, of going through my series, you should be able to write programs independently. I would love to hear about your use cases. Please feel free to reach me at sushma@telestreak.com.

All the best readers. I will soon post more advanced topics. Till then keep practicing.

References