Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-access-layer

MVC architecture without using Entity Framework

Entity framework, IRepository and UnitOfWork. How do you implement DAL?

Data Mapper question in C# .NET

Which Data Access layer is the recommended today for ASP.net?

How to implement the Business Logic layer and the Repository Layer with Java Spring Boot?

Separate Data Access Layers for Distributed Compute

Spring, Morphia and DataAccessException implementation

Generic Methods signature

How to use two data stores for same interface in repository pattern?

Best approach to designing DAL with ADO.NET for MVC 3 application?

Is A Mocking Library Redundant If I Already Have a Stub?

Better way to build objects in C#

c# data-access-layer

Designing Data Access Layer using C#, SQL Server

LINQ2SQL performance vs. custom DAL vs. NHibernate

Just how limited should the responsibilities of a Repository be?

web service for business logic or data access layer

Static layers in a java web application

How can I remove shared variables from legacy code