M
milop
Hello.
I'm using a three tiered architecture (UI, BLL, DAL) in an ASP.Net
application.
The functions in the DAL are shared functions, while the BLL's are not.
What are the ramifications, if any, of using Shared functions in the DAL?
Is there an exposure of "data sharing" from the DAL to the BLL?
Thanks in advance,
Mike
I'm using a three tiered architecture (UI, BLL, DAL) in an ASP.Net
application.
The functions in the DAL are shared functions, while the BLL's are not.
What are the ramifications, if any, of using Shared functions in the DAL?
Is there an exposure of "data sharing" from the DAL to the BLL?
Thanks in advance,
Mike