Tuesday, April 20, 2010

C# .NET: Variables

The slides used together with SPF Chapter 4:

To view the following slide in full screen: Click Menu > View Full Screen

Summary:

Variables in details
- Number – byte, int and long
- Decimal – float and double
- Character
- Boolean
- String
Implicit and explicit conversion
Numbers, Decimals and their operations (=, +, -, *, / and others)
Strings and operations (assigning value, concatenation)

Links:

  1. C# built-in type (MSDN): click on each type to view details and examples.
  2. Other stuff related to built-in type (implicit and explicit conversion, default value)
  3. C# Operators (MSDN): click on each operator to view details and examples.

0 comments:

Post a Comment