With the new approach of having the get/set within the attribut of the class like that :
public string FirstName {
get; set;
}
Why simply not simply put the attribute FirstName public without accessor?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…