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
Is singleton an anti pattern?
What is lexi design pattern?
4. Identify and bound the SOI’s Operating Environment.
What is the singleton design pattern?
What is the behavioral design pattern?
Is singleton scope thread safe?
What is the use of such a class?
What is the difference between factory and strategy design pattern?
Can we inherit singleton class?
Which design pattern is mvc?
What is use case in clean architecture?
What is the difference between proxy and adapter?
Shall we use abstract classes or interfaces in policy / strategy design pattern?
Explain what is good design?
What is the use of repository pattern?