Some information about c# and .net
1) .net have its own framework &support 45 languages.
2) Console application in c#
a) if else
b) loop
* for
* while
* do while
* for each
c) switch case
d) array
* 2D
* 3D
* jugged
e) function
* call by value& reference
* out parameter
* param array
f) file handling
g) oops
h) delegates
3) Data types
a) value type
b) reference type
a) value type
b) reference type
4) Class specifier
a) public
b) private
c) protected
d) internal
e) protected internal
a) public
b) private
c) protected
d) internal
e) protected internal

