Prepare for your Next Interview
This is a discussion on BLL & DAL within the VB.NET forums, part of the Software Development category; how to create BLL and DAL ?...
|
|||
|
Hi parii.. I am working in bll and dal environment . It is three tier process means all class files are stored in bll folder all connection with database clasees are stored in dal folder. And you can access all classes from bll and dal to use it in your code behind page of your designed form.
|