Completed
Numeric formatting
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn C# - Full Course with Mini-Projects
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Installing Visual Studio 2022
- 3 Creating your first project
- 4 Hello world
- 5 Numeric data types
- 6 Text based data types
- 7 Converting string to numbers
- 8 Boolean data type
- 9 Operators
- 10 Remainder
- 11 Var keyword
- 12 Const keyword
- 13 Exercise - Storing user data
- 14 Exercise - Odd/Even checker
- 15 Console Input/Output
- 16 If statements
- 17 Switch statements
- 18 For loops
- 19 While loops
- 20 Conditional operator
- 21 Numeric formatting
- 22 TryParse function
- 23 Exercise - Times table
- 24 Exercise - Fizz buzz game
- 25 Verbatim string literal
- 26 String formatting
- 27 String interpolation
- 28 String concatenation
- 29 Empty string
- 30 String Equals function
- 31 String iteration looping
- 32 String IsNullOrEmpty function
- 33 Exercise - Print string in reverse
- 34 Exercise - Password checker
- 35 Arrays
- 36 Array sorting
- 37 Array reversal
- 38 Array clearing
- 39 Array IndexOf
- 40 Lists
- 41 Dictionary
- 42 Exercise - Odd/Even number split
- 43 Exercise - Array of multiples
- 44 Functions
- 45 Void functions
- 46 Return type functions
- 47 Function parameters
- 48 Optional parameters
- 49 Named parameters
- 50 Out parameters
- 51 Reference parameters
- 52 Exercise - Area of a Triangle
- 53 Exercise - Sum of int Array
- 54 Exception handling
- 55 Try…catch
- 56 Printing error messages
- 57 Exercise - Custom TryParse
- 58 Debugging
- 59 Local/auto window
- 60 Watch window
- 61 Exercise - Fix logic error
- 62 Structures
- 63 Classes
- 64 Class functions
- 65 Class fields
- 66 Class variable/function scope
- 67 Class properties
- 68 Class ToString function override
- 69 Outro