what is data access layer?
Answers were Sorted based on User's Feedback
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 |
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What is data adapter in ado.net with example?
What is datacolumn and how it is used?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What are the different namespaces used in the project to connect the database?
How to you declare connection strings and how to you make use of web.config ?
What are the advantages of using datalist?
describe about the ado.net object model
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What is datatable in ado.net?
What are the 3 major types of connection objects in ado.net?
What is adodb dll?