1- The new Key Word : Var

which can take any type of data like:

var str="Ahmed";
var num=55;

2- Automatic properties (get and set) in easy and faster way :

Public Class Customer

{ (More …)