Show Sidebar
Autoplay
Autocomplete
Previous Lesson
Complete and Continue
The Ultimate C# Series: Fundamentals
Welcome (2m)
About This Course (1:21)
Follow Me Around
Learning Paths
Getting Started (20m)
Introduction (0:55)
C# vs .NET (0:53)
What is CLR (2:12)
Architecture of .NET Applications (2:42)
Getting Visual Studio
Your First C# Application (9:53)
Quiz
Summary
Primitive Types and Expressions (35m)
Introduction (0:26)
Variables and Constants (8:43)
Overflowing (2:14)
Scope (1:02)
Demo: Variables and Constants (11:27)
Type Conversion (4:48)
Demo: Type Conversion (10:16)
Operators (4:12)
What are Logical Operations?
Demo: Operators (6:21)
Comments (1:43)
Summary (0:35)
Non-Primitive Types (1h)
Introduction (0:25)
Classes (5:55)
Demo: Classes (8:27)
Structs (1:28)
Arrays (2:15)
Demo: Arrays (3:51)
Strings (5:49)
Demo: Strings (7:42)
Enums (1:47)
Demo: Enums (7:37)
Reference Types and Value Types (3:14)
Demo: Reference Types and Value Types (5:48)
Demo: Reference Types and Value Types (3:48)
Summary (0:56)
Control Flow (40m)
Introduction (1:13)
Conditional Statements (2:43)
Demo: If/Else, Switch/Case (8:40)
Exercises
Iteration Statements (3:59)
Demo: For loops (1:56)
Demo: Foreach loops (3:42)
Demo: While loops (7:00)
Random Class (9:05)
Exercises
Summary (0:37)
Arrays and Lists (30m)
Introduction (0:38)
Arrays (4:47)
Demo: Arrays (10:02)
Lists (2:18)
Demo: Lists (10:11)
Excercises
Summary (0:38)
Working with Dates (10m)
Introduction (0:17)
DateTime (6:21)
TimeSpan (7:28)
Summary (0:35)
Working with Text (50m)
Introduction (0:16)
String (4:24)
Demo: Strings (12:28)
Live Coding: Summarizing Text (11:18)
StringBuilder (1:07)
Demo: StringBuilder (7:30)
Exercises
Procedural Programming (8:45)
Summary (0:35)
Working with Files (25m)
Introduction (0:20)
Introduction to System.IO (3:58)
File and File Info (5:50)
Directory and Directory Info (6:01)
Path (2:53)
Exercises
Summary (1:00)
Debugging Applications (40m)
Introduction (0:21)
Debugging Tools in Visual Studio (10:24)
Removing Side Effects (9:15)
Defensive Programming (7:44)
Call Stack Window (1:46)
Locals and Autos Windows (1:49)
Summary (0:38)
Whats Next (0:50)
Removing Side Effects
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock