Variables and Standard Types
Deep Dive
Variables
Here are some great resources to continue your learning about variables ande declarations:
- Local variable declarations - The MSDN documentation on declaring variables in C#
- Declaring Variables and Assigning Values - A Channel 9 video tutorial on variables.
Types
Here is some further reading for understanding C# types:
- Build-In Types Table on MSDN
- Use of var keyword in C# - Stack Overflow discussion on the var keyword.
Page 16 of 17