1.

Describe some of the disadvantages of the Entity Framework.

Answer»

Entity Framework has the following disadvantages: 

  • If the developer does not use raw SQL codes, things can become complicated sometimes.   
  • It is a slower form of the Object Relational MAPPER.   
  • For a BIG DOMAIN model, it's not ideal.  
  • Some RDMS do not offer this feature.   
  • EF's main drawback is its lazy LOADING   
  • This requires a non-traditional approach to handling data that isn't available for every database.  
  • Since the data migration functionality is weak, it isn't fully effective in practice. 


Discussion

No Comment Found