A course that gives a full introduction into all of the core concepts in C# (C sharp).
Course developed by Mike Dane. Check out his YouTube channel for more great programming courses.
⌨️ (0:00:00) Introduction
⌨️ (0:01:18) Installation & Setup
⌨️ (0:05:03) Drawing a Shape
⌨️ (0:17:23) Variables
⌨️ (0:30:06) Data Types
⌨️ (0:37:17) Working With Strings
⌨️ (0:49:34) Working With Numbers
⌨️ (1:00:01) Getting User Input
⌨️ (1:07:38) Building a Calculator
⌨️ (1:15:26) Building a Mad Lib
⌨️ (1:21:15) Arrays
⌨️ (1:29:49) Methods
⌨️ (1:40:29) Return Statement
⌨️ (1:46:06) If Statements
⌨️ (2:01:37) If Statements (con't)
⌨️ (2:10:21) Building a Better Calculator
⌨️ (2:17:22) Switch Statements
⌨️ (2:25:31) While Loops
⌨️ (2:34:22) Building a Guessing Game
⌨️ (2:48:49) For Loops
⌨️ (2:58:45) Building an Exponent Method
⌨️ (3:05:31) 2d Arrays
⌨️ (3:09:46) Comments
⌨️ (3:13:53) Exception Handling
⌨️ (3:24:34) Classes & Objects
⌨️ (3:37:39) Constructors
⌨️ (3:47:48) Object Methods
⌨️ (3:54:59) Getters & Setters
⌨️ (4:06:49) Static Class Attributes
⌨️ (4:14:45) Static Methods & Classes
⌨️ (4:20:55) Inheritance
⌨️ P1_Basics
⌨️ P2_Variables
⌨️ P3_Datatypes
⌨️ P4_Strings
⌨️ P5_WorkingWithNumbers
⌨️ P6_UserInput
⌨️ P7_Calculator
⌨️ P8_MadLib
⌨️ P9_Arrays
⌨️ P10_Methods
⌨️ P11_ReturnStatements
⌨️ P12_IfStatements
⌨️ P13_AdvancedCalculator
⌨️ P14_SwitchStatements
⌨️ P15_Loops
⌨️ P16_GuessingGame
⌨️ P17_ExponentMethod
⌨️ P18_2DArrays
⌨️ P19_ExceptionHandling
⌨️ P20_ClassesAndObjects
⌨️ P21_Inheritance