Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-access-layer

ASP.NET and Entity Framework in Layered Architecture - using Entity Framework for ORM only

Where do you put SQL Statements in your c# projects?

Mocking vs. Test DB?

Why put a DAO layer over a persistence layer (like JDO or Hibernate)

No context type was found in the assembly

Should the repository layer return data-transfer-objects (DTO)?

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