Dump Linq-To-Sql now that Entity Framework 4.0 has been released?

Posted by DanM on Stack Overflow See other posts from Stack Overflow or by DanM
Published on 2010-04-23T21:00:35Z Indexed on 2010/04/23 21:03 UTC
Read the original article Hit count: 300

The relative simplicity of Linq-To-Sql as well as all the criticism leveled at version 1 of Entity Framework (especially, the vote of no confidence) convinced me to go with Linq-To-Sql "for the time being". Now that EF 4.0 is out, I wonder if it's time to start migrating over to it.

Questions:

  1. What are the pros and cons of EF 4.0 relative to Linq-To-Sql?
  2. Is EF 4.0 finally ready for prime time?
  3. Is now the time to switch over?

© Stack Overflow or respective owner

Related posts about linq-to-sql

Related posts about entity-framework