access layer
what is data access layer in .net ???
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jun 10, 2013, 3:59 AM
hi,
Data Access Layer is one of logical Layer of 3- tier architecture. we can access our data which is stored in physically on disk it might be database or file with the help of DAL.
Generally DAL contains methods that helps business layer to connect the data and perform required action, might be returning data or manipulating data (insert, update, delete etc).
DAL may be third party. noramally DAL is class library.
hope this will help you.
Pankaj PandeyPosted Jun 10, 2013, 3:23 AM
http://msdn.microsoft.com/en-us/library/aa581778.aspx
http://msdn.microsoft.com/en-us/library/ee817654.aspx
http://msdn.microsoft.com/en-us/magazine/cc188750.aspx
Ravikumar GPosted Jun 10, 2013, 2:14 AM