So you think you’ve finished implementing that new Windows Phone 7 page?

Have you checked that you:

  1. are using resources for all user-visible strings?
  2. have made sure the page handles rotation properly?
  3. handle the Enter key on each TextBox to move to the next TextBox, or submit the page?
  4. have set the InputScope on each TextBox?
  5. handle tombstoning properly?
  6. have set up Navigation transitions?
  7. have tested with both the Light and Dark Themes?
  8. are using the built-in resources for text styles?
  9. override the Back button press if you are displaying popups?

What have I missed?