2013年5月26日 星期日

C# Fundation, Part 1

CLR: Common Language Runtime

image

 

FCL: Framework Class Library (or base class library)

image

 

C# Command Line Compliler

image

C:\Windows\Microsoft.NET\Framework\v4.0.30319\

image

 

Types

image

 

Primitive Types

image

 

Namespaces

image

Fully qualified type name:

variable.GetType().AssemblyQualifiedName

image

The output result:

image

 

Variables

image

 

Statements & Expressions

image

 

Operators

image

 

References

image

 

C# language specification is ECMA-334 standard

http://www.ecma-international.org/publications/standards/Ecma-334.htm

image

The PDF file is a must-read document if we are going to learn C# language

http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-334.pdf

沒有留言:

張貼留言