show/hide this revision's text 2

The two three big downsides to using fields instead of properties are:

  1. You can't databind to a whereas you can to a property
  2. If you start off using a field, you can't later (easily) change them to a property
  3. There are some attributes that you can add to a property that you can't add to a field
show/hide this revision's text 1

The two big downsides to using fields instead of properties are:

  1. You can't databind to a whereas you can to a property
  2. If you start off using a field, you can't later (easily) change them to a property
  3. There are some attributes that you can add to a property that you can't add to a field