How communicate with diffrent tier in asp.net application.For example a ui function how intrect with business logic layer which is reside on another machine.
Avanish Singh
It is better to use Interfaces to communicate with business logic.