What naming conventions do you use?
We are looking at ways to make our templates better starting points for developers. Some common developer feedback we get about the templates and Northwind in general has been to use naming conventions. For forms and code there seems to be three good options:
There was a less information about conventions for database schema. Here are some resources that jumped out at me:
One of the challenges of naming conventions is providing useful documentation that makes app development easier while not burdening developers with extraneous verbosity.
So tell me, what naming conventions do you use? Do you have your own style for table and field naming conventions? If we built our templates following a more comprehensive convention would it make you more likely to use them as starting points?