Starting to construct a data access layer. Things to consider?

Posted by Phil on Stack Overflow See other posts from Stack Overflow or by Phil
Published on 2010-05-03T12:57:08Z Indexed on 2010/05/03 13:08 UTC
Read the original article Hit count: 279

Our organisation uses inline sql. We have been tasked with providing a suitable data access layer and are weighing up the pro's and cons of which way to go...

  • Datasets
  • ADO.net
  • Linq
  • Entity framework
  • Subsonic
  • Other?

Some tutorials and articles I have been using for reference:

I'm extremely torn, and finding it very difficult to make a decision on which way to go. Our site is a series of 2 internal portals and a public web site. We are using vs2008 sp1 and framework version 3.5.

Please can you give me advise on what factors to consider and any pro's and cons you have faced with your data access layer.

Thanks.

© Stack Overflow or respective owner

Related posts about data-access-layer

Related posts about data-access