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

Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.

0 Answers  


What is data adapter in ado.net with example?

0 Answers  


What is datacolumn and how it is used?

2 Answers  


Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?

0 Answers  


What are the different namespaces used in the project to connect the database?

3 Answers  


How to you declare connection strings and how to you make use of web.config ?

3 Answers   MMTS,


What are the advantages of using datalist?

0 Answers  


describe about the ado.net object model

4 Answers   TCS,


What is serialization and de-serialization in .net? How can we serialize the dataset object?

0 Answers  


What is datatable in ado.net?

0 Answers  


What are the 3 major types of connection objects in ado.net?

0 Answers  


What is adodb dll?

0 Answers  


Categories