31
LESSONS
ALL
SKILL LEVEL
2:02 hr
DURATION
ENGLISH
AUDIO
ENG
SUBTITLES
OVERVIEW
This course goes through all of the skills required for the Microsoft Applied Skills: Get started with classes, properties, and methods in C#.
By the end of the course, you will have a good introductory knowledge of C#, and perhaps even take the official Microsoft Applied Skills assessment. That would look great on your CV or resume.
.
WHO IS THE COURSE FOR?
This course is for you if you have not used C# much, and want to learn about programming using C#. This course is also for you if you want a refresh on C# or programming concepts.
.
LEARNING PATH
CREATING OUR FIRST C# PROGRAM
- Installing Visual Studio Code and Extensions.
- Creating different types of variables, including integral, float-point data types, strings and more
CREATING CLASSES, PROPERTIES AND METHODS
- Create a class with methods
- Creating auto-implemented properties
- Implementing more complicated properties
- Access modifiers
MORE ABOUT CREATING OBJECTS
- Passing values to new objects.
- Creating a constructor
- Nullable and default values
- Overloading methods
.