I am working on a database and all the tables have plural names.
What is the best practice when using Entity framework 4.
Also I think in Sql server it is not best practice to name a table “Customers” but should be named “Customer”
In a nutshell are they problems when using plural table’s names?
If want to have them changed.I need a good explanations.
Any suggestions
Thanks a lot
Entity framework and tables with plural names .Is this a problem?
Not at all, its just a feature. you can still do things in traditional way.
I would prefer doing Plural way as it gives association and relations readable and less complex.