Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-access-layer

What are alternatives to standard ORM in a data access layer? [closed]

orm data-access-layer

How do I reference the Sqlite db file in the App_Data folder for my ASP.NET Web Application?

Would you use LINQ to SQL for new projects?

How do I design a Data Access Layer appropriately?

How should the Data Access Layer be structured?

In-memory DBMS's for unit testing

What to return from the DAL to BLL

Is DTO plus UnitOfWork pattern a good approach to design a DAL for a web application?

C# Handle on SQL Server Message Output [duplicate]

DAL and BLL in .NET

DDD vs N-Tier (3-Tier) Architecture

.NET Object persistence options

Alternatives to the repository pattern?

Are there NOSQL data layer design patterns? [closed]

Data access architectures with Raven DB

ASP.NET MVC, EntityFramework, DBContext, Repository in a different Project [closed]

How should EntityManager be used in a nicely decoupled service layer and data access layer?

How does the MVC pattern differ, if at all, from the DAL / BLL design pattern?

What does Microsoft recommend for 2nd level Caching in Entity Framework?

Design Patterns for Data Access Layer