Project: C# Programming
C# Programming is designed to introduce the learner to coding in C#. The series is provided to help the learner understand the basics of the language, the syntax, and general logic for C# code construction.
Let’s Get Started!
Objectives: Complete all videos to gain an understanding of C# programming basics.
Time Estimate: 3 hours to complete.
Prerequisite: Excited about programming!
Part 1: Project Setup
Part 2: Script Setup
Part 3: Code Structure
Part 4: Keywords
Part 5: Comment Examples
Part 6: Value Type Initialization
Part 7: Data Type
Part 8: Debug Log
Part 9: Debug Warning and Error
Part 10: ToString Options
Part 11: Operators Arithmetic
Part 12: Operators Logical
Part 13: Operators Assignment
Part 14: Operators Relational
Part 15: Operators Precedence
Part 16: Loop While
Part 17: Loop For
Part 18: Loop For and Nested
Part 19: Loop Do While
Part 20: Conditional if and else if
Part 21: Conditional Switch
Part 22: Array Basics
Part 23: Array Assign Single
Part 24: Array Assign Multiple
Part 25: Array Single Access
Part 26: Array Multi Access
Part 27: Array Sorting
Part 28: Array 2D Single Access
Part 29: Array 2D Multi Access
Part 30: Method Example 1
Part 31: Method Example 2
Part 32: Method Example 3
Part 33: Method Example 4
Part 34: Class and multi class
Part 35: Wrap up