# I use the following: # camelCase for prefixed enums (where the prefix is an acronym) fkApple, fkBanana # PascalCase for enums without a prefix Apple, Banana # PascalCase for enums with a word prefix FruitApple, FruitBanana