Hello
I was noticing that the designer for the edmx is giving the entities and classes strange names, all in plural etc, what should be the correct naming for it?
like it is now is like:
Customers (entity) CustomersSet (setname) Cusomters (navigation property)
shall it be:
Customer (entity) Customers (setname) Customer (navigation property)
?
TIA
/M