What can map database tables like LINQ to SQL did?

Posted by trnTash on Stack Overflow See other posts from Stack Overflow or by trnTash
Published on 2010-04-03T08:30:29Z Indexed on 2010/04/03 8:33 UTC
Read the original article Hit count: 265

A good thing in LINQ to SQL was a fast and reliable way to map database tables and convert them into classes accessible from c# project. However it is no longer recommended to create projects using LINQ to SQL.

What is its substitute? What kind of tool should I use in VS 2010 today if I want to have the same functionality as I had with LINQ to SQL?

© Stack Overflow or respective owner

Related posts about object-relational-mapping

Related posts about LINQ