Click here to Skip to main content
15,889,116 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: Data not transfering to another page Pin
Dinesh Mani19-Apr-10 0:49
Dinesh Mani19-Apr-10 0:49 
AnswerRe: Data not transfering to another page Pin
Tej Aj19-Apr-10 2:19
Tej Aj19-Apr-10 2:19 
QuestionCSS and Specific Word Colouring Pin
Paul Unsworth18-Apr-10 23:13
Paul Unsworth18-Apr-10 23:13 
AnswerRe: CSS and Specific Word Colouring Pin
daveyerwin19-Apr-10 0:29
daveyerwin19-Apr-10 0:29 
GeneralRe: CSS and Specific Word Colouring Pin
Paul Unsworth19-Apr-10 0:31
Paul Unsworth19-Apr-10 0:31 
QuestionHow to import gmail,yahoo, etc. contacts in asp.net Pin
Avinash_Mane18-Apr-10 21:15
Avinash_Mane18-Apr-10 21:15 
AnswerRe: How to import gmail,yahoo, etc. contacts in asp.net Pin
Abhijit Jana18-Apr-10 21:26
professionalAbhijit Jana18-Apr-10 21:26 
GeneralRe: How to import gmail,yahoo, etc. contacts in asp.net Pin
Gaurav Dudeja India18-Apr-10 22:20
Gaurav Dudeja India18-Apr-10 22:20 

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.