Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-access-layer

Why does an Entity Framework Connection require a metadata property?

Nullable values in C++

Transaction script is Antipattern?

Where is the line between DAL and ORM?

Should I return IEnumerable<T> or IQueryable<T> from my DAL?

What is the difference between Database Abstraction Layer & Data Access Layer?

Object persistence terminology: 'repository' vs. 'store' vs. 'context' vs. 'retriever' vs. (...)

What is the difference between DAO and DAL?

What is the best way to improve performance of NHibernate? [closed]

How to write unit tests for database calls

Repository Pattern vs DAL

What is the difference between DAO and Repository patterns?

Separation of business logic and data access in django