Why must property?
Why so many people like property much than public field even though inside the property there is no other code beside the simple get and set? What is the common sense reason to use it? Why don't they use public field instead? Its faster to type and faster to run. Is it because Microsoft does it? Do they realize the reasons why Microsoft recommending to use properties instead of public fields??