Answer Posted / 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 |
Post New Answer View All Answers
What is the role of clr?
What is the difference between Command and CommandBuilder object?
What is dao and ado?
What does ado stand for?
Explain how to find the given query is optimised one or not?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
Explain how can we load multiple tables in to dataset?
Which is faster ado.net or linq?
Why do we need ado.net?
How to find the given query is optimised one or not?
What are the connected and disconnected modes in ado.net?
What are the namespaces used in ADO.Net to connect to a database?
How to store data in memory?
How do you update a dataset in ado.net?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?