Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-access-layer

How to organize Data Access Layer (DAL) in ASP.NET

How to effectively Unit Test a DAL that uses ADO.NET and SQL Server with NUnit?

Re-factor my DAL code to a Domain Driven Design or more modern design (C# 3.5)?

web2py dal sql 'like' equivalent

web2py data-access-layer

What is DTO equivalent term for objects returned from DAL?

data-access-layer dto

where should I do the conversion: Domain object<->DTO?

C# Data Layer and Dto's

Best way to deal with DB Connection in the DAL - create or pass?

Repository Add and Create methods

Business Object DAL design [closed]

Linq to SQL & Logical partitioning (DAL, BLL)

What is the equivalent of LINQ-to-SQL for Silverlight?

How to use DTO's between UI, BLL, DAL

persist() and flush() inside loop - Doctrine

Transactions in "dapper-dot-net"

SOA architecture data access

Is List<> better than DataSet for UI Layer in ASP.Net?

Manual DAL & BLL vs. ORM