Tagged Questions

5
votes
6answers
521 views

What's the common way for OOP Pattern design (Data Access)

Originally there was the DAL object which my BO's called for info and then passed to UI. Then I started noticing reduced code in UI and there were Controller classes. What's the decent recomendation. ...
0
votes
1answer
27 views

Whats the difference between Entities, Business Objects, Data Transfer Objects and Business Model Objects?

Not able to get a clear distinction between these concepts that are used very often in multi-layered architecture.