Answer Posted / mvkotekar
DAL stands for Data Access Layer one of the design patterns
used in application Design architecture. DAL used in
UI ->BL->DAL->DB
The IO from UI is passed to BL. The BL talks with DAL for
retriving and updating values in the database. DAL forms a
bridge between the Buisness Logic (BL) and the Database (DB).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we use an equated value as operands for an MVC ? Reason for the same.
Give me example of observer design pattern?
Why is singleton bad?
What are structural design patterns?
What is the prototype design pattern?
What are the types of design patterns?
what is the lazy design pattern?
Give me example of chain of responsibility design pattern?
What is the difference between factory and abstract factory design pattern?
What are the disadvantages of singleton pattern?
when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next
What is the design pattern?
What is proxy in design pattern?
What is singleton and factory pattern?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?