• I was doing some work in Lightswitch the other day VS2013 and I note that in the schema diagram after you have named a table Contact it will automatically make it plural in the schema diagram ie it becomes Contacts. It seems to do this for most table names.

    Great but seems an unnecessary additional overhead for little gain. I think I understand that if I name a table something and I put multiple records in some way the content of the table can be said to be plural. I have seen myself pluralise table names myself occasionally.

    I haven't tested yet what happens with things like uncountable nouns but I do know it corrects address adding es. Does VS2013 have a database of english words that allows it to plurailise things correctly (eg sheep). Additionally given that MS is a gobal company what happens for all the other language translations. Also is this an alias or is it the new name of the table - in code will I get an error if I refer to the table as changed or should I stick with the original name?

    I'm just saying relying on predictive spelling databases seems excessive and can introduce other problems I prefer not to use them and whats more would prefer not to be forced into having them implemented on my behalf.