C# Learning

This page will show the different topics covered by learning C#.

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

Microsoft > C# documentation

Microsoft > .NET documentation

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

STOP: Page I left off on (LINK)

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

Variables – (_<string firstName = “John”;> )

Data Types – (string, int, decimal, etc)

Conditionals – (if, if else, else)

Loops

Methods

Arrays and Collections:

Classes and Objects:

  • Objects

Other Terms: