Is there a coding standard?

Yes:
  • follow the StyleCop rules
  • include XML comments for all methods, properties and fields
  • do not use #regions
  • use linq method syntax (not query syntax)

Cet article vous a-t-il été utile ?