|
Visual C# 2005: Data Types in C#, covers the different data types supported by C# and how to convert information between and among different data types. This course also shows how to map Visual C# data types to the data types supported by the .NET framework.
Objectives:
- Explain the benefits and usage of a strongly-typed language
- Describe the difference between implicit and explicit data type conversion
- Demonstrate how to use C# data types in simple programs
- Demonstrate how to use nullable types in C# programs
Topics:
- Introduction to Types
- Numeric Types
|