I have seen these terms used interchangebly on the web for objects (.Net). Could someone explain the difference between them.
- POCO
- Entity
- Model
- Domain Object
- Active Record
Are Entities and POCO the same/similar?
I normally think as Model objects as being part of the UI layer of an N-Tier architecture, is this correct?
Are there any other "names" for such objects?
These are very broad questions I understand but I am aware is a broad subject!