Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 12, 2012 12:54 AM by Decker Dong - MSFT
Member
2 Points
9 Posts
Nov 10, 2012 08:58 PM|LINK
I had huge website (high traffic website) with 3 layer technology and ADO.NET
what is your advice if i think in using EF instead of ADO.NET in my system
who is the best and suitable including the following points
1- Performance.
2- Time to convert to EF.
All-Star
118619 Points
18779 Posts
Nov 12, 2012 12:54 AM|LINK
Eng.Walaa 1- Performance.
Hi,
If you only use to show data contents by referring SqlDataReader, the speed is the most quick of all until now.
And the rest are almost the same as far as I see.
Eng.Walaa 2- Time to convert to EF.
Just with the help of the wizard of EF window, you can import the ef model entities to convert them into ef models.
Eng.Walaa
Member
2 Points
9 Posts
Converting From ADO.Net To EF.
Nov 10, 2012 08:58 PM|LINK
I had huge website (high traffic website) with 3 layer technology and ADO.NET
what is your advice if i think in using EF instead of ADO.NET in my system
who is the best and suitable including the following points
1- Performance.
2- Time to convert to EF.
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Converting From ADO.Net To EF.
Nov 12, 2012 12:54 AM|LINK
Hi,
If you only use to show data contents by referring SqlDataReader, the speed is the most quick of all until now.
And the rest are almost the same as far as I see.
Just with the help of the wizard of EF window, you can import the ef model entities to convert them into ef models.