Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-access-layer

Best "pattern" for Data Access Layer to Business Object

Execute stored procedure w/parameters in Dapper

What are the disadvantages of Typed DataSets

Difference between Data Access Layer and Model in MVC

Do you allow the Web Tier to access the DAL directly?

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]