Automatic Properties
public class Person {
public string FirstName { get; set;}
public string LastName { get; set;}
public int Age {get; set;}
}
You like this code? Me too. Found out new language futures in latest Macrh CTP of Visual Studio and .Net Framework “Orcas”.