C# Beginner Tutorials
Progress: 0%
Not started yetIntroduction to C# Beginner Course
What will you learn in this course and how to use .NET Academy
Variables and Standard Types
Learn what variables are and how to declare them. You'll also learn what some of the standard, built-in types are for and how they are used.
Classes
An introduction to the concept of Classes, what they are, how they are used, and how to create them.
Inheritance
An introduction to inheritance, one of the base tenets of object orientated programming.
Visibility and Accessibility Modifiers
How do you control what is accessed outside your code? Or how do you ensure that only your code can be called internally? Use the concept of modifiers.
Collections
Learn what .NET Collections are, how to create instances with them, and how they relate to each other.
Final Exam for Beginner Course
Utilise the concepts and knowledge you have learnt over the course of this tutorial to complete a series of tasks designed to challenge your new C# programming skills.