Skip to content

dmitry-ryazantsev/CSharpMicrosoftLearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 

Repository files navigation

"Get Started with C#" course on Microsoft Learn

  • A 6-part introductory course covering the basics of C# and Visual Studio Code.
  • Overall completion time is about 35 hours.
  • For the sake of simplicity, all exercises were done in the same Program.cs file.

Main topics covered

  • Data types
  • Data conversion
  • String formatting
  • Number operations
  • Decision logic: if-else-else if and switch statements
  • Loops
  • Arrays and 2D arrays
  • Variable scope
  • Methods
  • Exception handling
  • Debugging