InterviewSolution
| 1. |
What is Business Delegate pattern? |
|
Answer» Business Delegate Pattern is used to decouple presentation tier and business tier. It is basically use to reduce communication or remote lookup functionality to business tier code in presentation tier code. In business tier we have following entities.
|
|