Question abou naming standards, following .NET standards.
How would you name a control that shows a grid of order objects? It is not an editor, but allows selection of one / more orders.
- OrderGrid
or
- OrdersGrid ?
Basically: Singular for the object shown, or plural?
We are in some quarrels here.
Note: the name is exposed to the user. The UI allows composition of the UI from controls, so the name shows up in a selectot for UI controls.