Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-access-layer

Improving the performance of an nHibernate Data Access Layer

Difference between Data Access layer and Database Abstraction Layer and refactoring the Database class [duplicate]

Proper abstraction of the database tier in a 3 tier system?

Where to catch exceptions

Querydsl null-safe concatenation

Code generators or ORMs?

LINQ - which layer should LINQ typically fall into, DAL?

What would you put into the unit test of a repository class (data access layer)?

NHibernate removes DAL?

Which is better, filtering results at db or application?

data-access-layer

Using interfaces for writing DAO classes

What is the best approach to make DAL?

Merits of .NET ORM data access methods Enity Framework vs. NHibernate vs. Subsonic vs. ADO.NET Datasets

.net orm data-access-layer

Design Strategy: Query and Update data across 2 different databases

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?

Why is DataTable faster than DataReader