Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-access-layer

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?

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]

Why is DataTable faster than DataReader