Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-access-layer

Recommended structure for high traffic website [closed]

What's the difference between a "Data Service Layer" and a "Data Access Layer"?

data-access-layer

PHP Data Access Object

How to correctly unit test my DAL?

How do I use Dapper to get the return value of stored proc?

Problem when trying to configure enterprise library 5.0 (Data Access Application Block)

Should I Unit Test Data Access Layer? Is this a good practice and how to do it?

best practices for "data layer" in android client apps

Is UnitOfWork equals Transaction? Or it is more than that?

What are the pros/cons of choosing between static and instance data access classes in a web app?

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?