C# For Beginners: Learn C# Programming From Scratch
Learn to code with C#: Learn the most popular game development language C# Fundamentals with Visual Studio and examples
What is C#?
What is Visual Studio ?
Installing Visual Studio Community Version ( Free )
What is Console App?
Functions in Console Enviroment
Practice The Write and Read Functions
Why Variables Are Necessary?
String Type
ÜCRETSİZ ÖNİZLEMEPracticing String Type
Double and Float Types
ÜCRETSİZ ÖNİZLEMEChar Type
Bool Type
Constant Keyword
Integer Type
Challenge
If, Else, Else If Statements
Switch Statement
While, Do While Statements
"For" Statement
Foreach Statement
Challenge 2 - Summing Numbers Until Zero Comes
Arrays
Lists
Classes
Function
Try Catch Statements
File Processing
Time Calculations
Challenge 3 - Quiz Game
Final Evaluations