Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-access-layer

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]

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?

Why is DataTable faster than DataReader

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