1.

Difference between ADO.Net and Entity Framework.

Answer»

Below are the differences between Aadonet and Entity Framework: 

  • A few data layer codes are created by Ado.Net that Entity Framework doesn't create.
  • Entity Framework, unlike ADO.Net, GENERATES code for INTERMEDIATE LAYERS, data access layers, and mappings automatically. This results in a reduction in development time.
  • On a PERFORMANCE basis, ADO.Net is more efficient and faster than Entity Framework.


Discussion

No Comment Found