Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-access-layer

What is the best practice for multiple "Include"-s in Entity Framework?

In separate data access & business logic layer, can I use Entity framework classes in business layer?

I'm having problems understanding IQueryable<T>

django models = business logic + data access? Or data access layer should be separated out from django model?

JPA why use createNamedQuery

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?