Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-access-layer

Creating DAL for ASP.NET website

How do I avoid code duplication when modelling a table, its layout, and its records, all of which share the same basic structure?

Where should connection strings be stored in a n-tier asp.net application

What is the lightest solution to creating a multiprocess architecture with state shared across all processes

How to organize DAL in ASP.NET MVC [closed]

Do any OR Mappers provide Asynchronous Methods?

List of SQL Server errors that should be retried?

Where to place the entity framework in our solution?

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

Why is DataTable faster than DataReader

What is the purpose of a Data Access Layer? [closed]