Click here to Skip to main content
15,919,028 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to Dynamically add meta keywords? Pin
123chaminda19-Apr-10 1:35
123chaminda19-Apr-10 1:35 
AnswerRe: How to Dynamically add meta keywords? Pin
Abhijit Jana19-Apr-10 1:41
professionalAbhijit Jana19-Apr-10 1:41 
GeneralRe: How to Dynamically add meta keywords? Pin
123chaminda19-Apr-10 9:30
123chaminda19-Apr-10 9:30 
Questionsolution n-tiers Pin
tek 200919-Apr-10 1:25
tek 200919-Apr-10 1:25 
AnswerRe: solution n-tiers Pin
Not Active19-Apr-10 2:48
mentorNot Active19-Apr-10 2:48 
AnswerRe: solution n-tiers Pin
Vimalsoft(Pty) Ltd19-Apr-10 3:39
professionalVimalsoft(Pty) Ltd19-Apr-10 3:39 
GeneralRe: solution n-tiers Pin
tek 200919-Apr-10 4:50
tek 200919-Apr-10 4:50 
GeneralRe: solution n-tiers Pin
Vimalsoft(Pty) Ltd19-Apr-10 20:23
professionalVimalsoft(Pty) Ltd19-Apr-10 20:23 
GeneralRe: solution n-tiers Pin
tek 200919-Apr-10 23:03
tek 200919-Apr-10 23:03 
GeneralRe: solution n-tiers Pin
Vimalsoft(Pty) Ltd19-Apr-10 23:38
professionalVimalsoft(Pty) Ltd19-Apr-10 23:38 
AnswerRe: solution n-tiers Pin
tek 200919-Apr-10 23:52
tek 200919-Apr-10 23:52 
GeneralRe: solution n-tiers Pin
Vimalsoft(Pty) Ltd19-Apr-10 23:58
professionalVimalsoft(Pty) Ltd19-Apr-10 23:58 
QuestionRe: solution n-tiers Pin
tek 200920-Apr-10 0:24
tek 200920-Apr-10 0:24 
AnswerRe: solution n-tiers Pin
Vimalsoft(Pty) Ltd20-Apr-10 1:06
professionalVimalsoft(Pty) Ltd20-Apr-10 1:06 
GeneralRe: solution n-tiers Pin
tek 200920-Apr-10 1:23
tek 200920-Apr-10 1:23 
GeneralRe: solution n-tiers Pin
Vimalsoft(Pty) Ltd20-Apr-10 1:32
professionalVimalsoft(Pty) Ltd20-Apr-10 1:32 
if i remember correctly you have chosen this approach
PL-->Business objects--->BLL---->DAL


You want to access the Properties of the Business objects in a BLL. This is not Good. The Tiers were made to encapsulate the what is happening in other Tiers. But now if you want the BLL to access the Business objects layer then its no longer called an N-Tier architecture. the logic here is to make sure the DAL has no knowledge that there is BLL and BLL has no knowledge that there is Business objects and Business objects has no Knowledge of the PL not the way around. That is why in the DAL you must make all functions that needs to be accessed in the BLL as public and same in the BLL you must make all functions that needs to be access in the Business objects and same to the Business objects you must make the functions public that needs to be accessed in the PL.
Vuyiswa Maseko,

Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

GeneralRe: solution n-tiers Pin
tek 200920-Apr-10 1:52
tek 200920-Apr-10 1:52 
GeneralRe: solution n-tiers Pin
Vimalsoft(Pty) Ltd20-Apr-10 5:09
professionalVimalsoft(Pty) Ltd20-Apr-10 5:09 
GeneralRe: solution n-tiers Pin
tek 200920-Apr-10 5:37
tek 200920-Apr-10 5:37 
GeneralRe: solution n-tiers Pin
Vimalsoft(Pty) Ltd20-Apr-10 10:06
professionalVimalsoft(Pty) Ltd20-Apr-10 10:06 
Questionwebconfig size problem Pin
kuyucakli19-Apr-10 1:11
kuyucakli19-Apr-10 1:11 
AnswerRe: webconfig size problem Pin
Dinesh Mani19-Apr-10 1:28
Dinesh Mani19-Apr-10 1:28 
QuestionResponse.redirect problem in IE Pin
surender.m19-Apr-10 0:57
surender.m19-Apr-10 0:57 
AnswerRe: Response.redirect problem in IE Pin
surender.m20-Apr-10 20:20
surender.m20-Apr-10 20:20 
QuestionData not transfering to another page Pin
developerit18-Apr-10 23:16
developerit18-Apr-10 23:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.