Asp.net ADO.NET Entity Framework or ADO.NET

Posted by sharru on Stack Overflow See other posts from Stack Overflow or by sharru
Published on 2010-03-14T23:23:21Z Indexed on 2010/03/15 6:19 UTC
Read the original article Hit count: 811

Filed under:
|
|

I'm starting a new project based on ASP.NET and Windows server.

The application is planned to be pretty big and serve large amount of clients pulling and updating high freq. changing data.

I have previously created projects with Linq-To-Sql or with Ado.Net.

My plan for this project is to use VS2010 and the new EF4 framework.

  • It would be great to hear other programmers options about development with Entity Framework

  • Pros and cons from previous experience?

  • Do you think EF4 is ready for production?

  • Should i take the risk or just stick with plain old good ADO.NET?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about entity-framework