what is data access layer?

Answers were Sorted based on User's Feedback



what is data access layer?..

Answer / alok saxena

Data Access layer is actually a part of Architecture layer.
It has 2 tier,3 tier or N tier Layer. Generally we use 3
tier Layer 1) Presentation layer,Business Logic layer and
then Data Access Layer. Data Access layer is a medium to
talk between database and Business Logic layer. It helps to
maintain flexibility,resuablity and even secuity also. In
security SQL Injection can be stopped with 3 iter
Archietcture.

Is This Answer Correct ?    15 Yes 1 No

what is data access layer?..

Answer / nvns

This is the layer where we write the coding related to all
database operations in a class file/files.

Is This Answer Correct ?    5 Yes 6 No

Post New Answer

More ADO.NET Interview Questions

Differnce between Stored procedure and user defined functions?

17 Answers   Microsoft, Symphony,


How do you connect to sql server database without using sqlclient?

0 Answers  


What is ole db query?

0 Answers  


What is a datareader object?

0 Answers  


how to display empty table to datagrid

3 Answers   LG Soft,






What is the role of clr?

0 Answers  


Why do we serialize data?

0 Answers  


What is difference between datagridview and datagrid control in winforms?

0 Answers  


I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, How do you check whether all the 10 records were present while updating the data(Which event and steps) and throw the exception.

2 Answers   Fulcrum Logic, Satyam,


What are the ado.net objects?

0 Answers  


How can you implement sub data grid in a master datagrid?

1 Answers  


Define bubbled event?

0 Answers  


Categories