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)
Arrays and Collections:
Classes and Objects:
- Objects
Other Terms:
- namespace
- assemblies
- Encapsulation
- Inheritance
- Polymorphism