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 |
What is the difference between ado.net and oledb?
Explain which name space is used to get assembly details?
What are the disadvantages of using datalist?
How is entity framework different from ado.net?
Which property is used to check whether a DataReader is closed or opened?
Describe the command object and its method.
What is ado.net explain with diagram?
WHAT Are the major major compnents of a data provider in ADO.net.
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What are the Different layers in ADO.Net?
What is a dataset?
What is data control techniques?