Question

which one is more useful for a project with a huge database

useful means :

  1. Insert and delete and update fast
  2. select a lot of rows fast
  3. update database structure easier
  4. programmer friendly
  5. , .....

we have considered that database implement is in the best situation of indexing and ....

thanks

Was it helpful?

Solution

From http://forums.asp.net/t/1647988.aspx:

DAAB is the Data Access Block provided by Ent. Lib.

They are completely different animals. The DAAB is a data access library (wrappers around ADO.NET), whereas the Entity Framework is an Object Relatonal Mapper. They don't do the same thing. If you want to use a data access library, Microsoft would recomend the Entity Framework. If you want to use an ORM. they would recomment EF.

Other similar question on here:

  1. Entity framework vs enterprise library
  2. General Questions about Entity Framework vs. Enterprise Library & a few others
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top