implementing database policy on business objects
Reply
![]() |
|
From:
![]() Srinivas_MCP
|
Hi, Basically when we follow a n-tier (say n=3) architecture, definitely we will write the bussiness logic in BO or BLL. You will get the object from PL to BLL where you can directly check all the members validity criteria, it if succeded then you can proceed for DAL, if not you can revert to the PL with customized Message. Note: Always BO to be depend on the DAL not the DAL to be depend on BO. Regards, Srinivas |
|
View other groups in this category.
![]() |
To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings.
Need help? If you've forgotten your password, please go to Passport Member Services.
For other questions or feedback, go to our Contact Us page.
If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list.
Remove my e-mail address from dotNET User Group Hyd.
|
|
- Re: implementing database policy on business objects Srinivas_MCP
-