Your First C# Programm And Overview Of Visual Studio
  • Introduction
  • What Do You Want To Achieve?
  • Installing Visual Studio Community
  • Udemy Reviews Update
  • Important note!
  • Hello World - First Program
  • Hello World on a Mac
  • Visual Studio Interface
  • What To Do If You Get Stuck
  • Whats new in Visual Studio 2019
  • Get the most from Tutorials.EU
  • BONUS: additional materials
  • Intro Quiz
  • Chapter 1 Summary
DataTypes And Variables
  • Quick Hint
  • Datatypes Overview
  • Other Datatypes
  • Datatypes Int, Float and Double
  • Datatype String And Some Of Its Methods
  • Datatypes And Variables
  • Coding Standards
  • Value vs Reference Types
  • Console Class and some of its Methods
  • Changing The Consoles Colors
  • Naming Conventions and Coding Standards
  • Implicit and Explicit Conversion
  • Parsing a String To An Integer
  • Some String Methods
  • Challenge String and its methods
  • Solution For Exercise: Strings 1
  • Challenge String and its methods 2
  • Solution For Exercise: Strings 2
  • Challenge - Datatypes And Variables
  • Solution For The Challenge "Datatypes And Variables"
  • Constants
  • Datatypes and Variables Part 2
  • C# Cheat sheets
  • DataTypes Summary
Functions / Methods And How To Save Time
  • Methods Intro
  • Intro To Functions / Methods
  • Void Methods
  • Methods With Return Value And Parameters
  • Methods
  • Challenge - Methods
  • Solution For The Challenge "Methods"
  • User Input
  • Try Catch and Finally
  • Operators
  • Operators
  • Methods Summary
Making Decisions
  • Making Decisions Intro
  • Introduction To Decision Making In C#
  • Intro to TryParse
  • IF And Else If + Try Parse
  • Nested If Statements
  • Challenge - If Statements
  • Solution For The Challenge "If Statements"
  • Switch Statement
  • Challenge - If Statements 2
  • Solution For The Challenge "If Statements 2"
  • Enhanced If Statements - Ternary Operator
  • Enhanced If Statements - Ternary Operator - Challenge
  • Enhanced If Statements - Ternary Operator - Challenge - Solution
  • If-Statements
  • Making Decisions Summary
Loops
  • Loops Intro
  • Basics of Loops
  • For Loops
  • Do While Loops
  • While Loops
  • break and continue
  • Challenge - Loops 1 - Average
  • Solution For The Challenge "Loops"
  • Loops
  • Loops Summary
Object Oriented Programming (OOP)
  • Objects Intro
  • Introduction To Classes And Objects
  • Our First Own Class
  • Using Constructors
  • Using Multiple Constructors
  • Access Modifiers
  • Constructors and Member-Variables
  • Properties Part 1
  • Properties Part 2
  • Challenge - Properties
  • Members And Finalizers/Destructors
  • Objects Summary
Arrays & Lists
  • Arrays Intro
  • Basics of Arrays
  • Declaring and Initializing Arrays and the Length Property
  • Foreach Loops
  • Foreach Loops and Switch Statement challenge
  • Foreach Loops and Switch Statement challenge - solution