Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Generally i am fresher for developing .net application i had develop the ado.net applications and entity framework application but i want which performance is better than other

What I have tried:

Generally i am fresher for developing .net application i had develop the ado.net applications and entity framework application but i want which performance is better than other
Posted
Updated 12-Dec-16 13:40pm

1 solution

Neither. Entity Framework works on top of ADO.NET.

You're going to see far better performance due to your software design and the quality of code you write. Not so much so in the library that you use.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900