Friday, November 6, 2009

Fundamentals of C# language to be known

Though in dot net we can develop using many languages, we are concentrating on
C#.net as it is the easy for C or C++ or any other language programmer to adopt.
Moreover it supports concepts like pointers, and operator overloading. So here we are learning C#.net. First we are going to see the data types used in C#.net.
we can broadly classify the data types into two types, they are value Types and Reference Type.

No comments:

Post a Comment