3-Tier Architecture
-
Hi, I have a small doubt that, i want to create 3 seperate projects for 3 layers for my small web application. In that i dont want to place my BAL and DAL in the App_Code folder but i want to manage 3 seperate layers. So how to do that? Can anyone explain about it. Its urgent please let me know.
-
Hi, I have a small doubt that, i want to create 3 seperate projects for 3 layers for my small web application. In that i dont want to place my BAL and DAL in the App_Code folder but i want to manage 3 seperate layers. So how to do that? Can anyone explain about it. Its urgent please let me know.
-
Hi, I have a small doubt that, i want to create 3 seperate projects for 3 layers for my small web application. In that i dont want to place my BAL and DAL in the App_Code folder but i want to manage 3 seperate layers. So how to do that? Can anyone explain about it. Its urgent please let me know.
It should be Simple , First Create a Website and add a new Project "Class" DAL and another "Class" BLL and you havea Separate Layers , see how i do it http://www.codeproject.com/KB/vb/N-Tier_Application_VB.aspx[^]
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za
-
Hi, I have a small doubt that, i want to create 3 seperate projects for 3 layers for my small web application. In that i dont want to place my BAL and DAL in the App_Code folder but i want to manage 3 seperate layers. So how to do that? Can anyone explain about it. Its urgent please let me know.