We are have been developing the application for distributed computer network, and every computer can be domain member or workgroup member. So we have a view, where all computers are listed in the datagrid, and we need to display the name of the domain or the workgroup each computer belongs to.
We have at least two solution for this:
- Add two columns, call them Domain and Workgroup, and fill them properly.
- Add only one column, call it Member of, and fill it properly, because the computer can belong to the workgroup, or to the domain, not both at the same time.
Which solution is best? What you can advice?
