What is the most elegant C# .NET Data Access Layer design?

Posted by guazz on Stack Overflow See other posts from Stack Overflow or by guazz
Published on 2010-04-11T23:06:45Z Indexed on 2010/04/11 23:13 UTC
Read the original article Hit count: 421

Filed under:
|
|

I would like to konw what is considered the most elegant C# .NET method to produce a Data Access Layer?

I am using MyGeneration DooDads. Is this an elegant solution?

Is it still acceptable to use the CRUD Stored Procedures + DAL Library for data access with .NET Entity Framework and NHibernate ORM tools?

© Stack Overflow or respective owner

Related posts about mygeneration

Related posts about c#