Friday, July 13, 2007

Tutorial Notes On C# - Part B

Introduction

  • What Is C#
  • C# Programming Environment
  • First Program in C#
  • C# Program Structure

Data Types

  • The "decimal" Type
  • Simple Types
  • Type System Unification
  • Jagged Arrays

Precision of "float", "double", and "decimal"

Performance of "float", "double", and "decimal"

Binary Representation of "float" and "double" Values

Binary Representation of "decimal" Values

Methods

  • Parameters
  • Parameter Arrays

Classes

  • "const" and "readonly"
  • Method Overload
  • Properties
  • Operators

Labels:

0 Comments:

Post a Comment

<< Home