what is dal,bl,dto in .net [Resolved]

Posted by Rajesh081725 under ASP.NET on 11/6/2012 | Points: 10 | Views : 6925 | Status : [Member] | Replies : 2
hi,
can any one know
what is DAL,BL,DTO with given some example .net.

Time is Gold
Thanks & Regards,
Rajesh Kumar,
9962038582.



Responses

Posted by: Krv on: 11/7/2012 [Member] Starter | Points: 25

Up
0
Down
DAL - Data access layer - It does all the functionalities related to connecting database, fetching records, executing scripts, etc..
Tomorrow in case, if you want to change the database from sql to oracle or mysql, u need to do changes only in this layer.
BL - Business Layer - It has all the business related logic, validation and rules.
DTO - Data transfer object. It transfers the data throught out the application (from DAL to BL to PL)

Thanks,
R.Vasanth
MCTS(SQL Server & BI)
http://bigdatatech.blogspot.com

Rajesh081725, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Rajesh081725 on: 11/7/2012 [Member] Bronze | Points: 25

Up
0
Down
Hi vasanth,
i want more informating about that question.
can u give some simple example because this point is not satisfied.

Time is Gold
Thanks & Regards,
Rajesh Kumar,
9962038582.

Rajesh081725, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response