Hi ,
I have a 3 layer application(UI,Business Layer,Data Layer).My requirement is my datalayer should be only accessible by business layer,and the business layer should be only accessible by UI layer.
That means even if i add a reference of adtalayer in the UI layer,it should not be able to access the methods in Datalayer.
I should be able to create DLL's with access protection.
please suggest a solution for this?
Thanks
SC