Monday, December 31, 2018

Difference between Entity framework and ADO .Net

Entityframework is a wrapper to ADO.net thus a bit slow but safe in comparision of ADO .Net

If we use EF and LINQ then the maintainability and code redundancy reduces as we donot have to write the big queries anymore like SP and all.

Make Connection and Connection Dispose not required in EE with the help of using state it controlled automatically.

No comments:

Followers

Link