Completed
– Installing Visual Studio
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C# Fundamentals for Beginners - 2019 Classic Series
Automatically move to the next video in the Classroom when playback concludes
- 1 – Start
- 2 – Course Introduction
- 3 – Installing Visual Studio
- 4 – Creating Your First C# Program
- 5 – Understanding Your First C# Program
- 6 – Working with Code Files, Projects, and Solutions
- 7 – Understanding Data Types and Variables
- 8 – The if Decision Statement
- 9 – Operators, Expressions, and Statements
- 10 – for Iteration Statement
- 11 – Understanding Arrays
- 12 – Defining and Calling Methods
- 13 – While Iteration Statement
- 14 – Working with Strings
- 15 – Working with Dates and Times
- 16 – Understanding Classes
- 17 – More About Classes and Methods
- 18 – Understanding Scope and Accessibility Modifiers
- 19 – Understanding Namespaces and Working with the .NET Class Library
- 20 – Creating and Adding References to Assemblies
- 21 – Working with Collections
- 22 – Working with LINQ
- 23 – Enumerations and the Switch Decision Statement
- 24 – Gracefully Handling Exceptions
- 25 – Understanding Events and Event-Driven Programming
- 26 – Where to Go from Here