views:

65

answers:

3

hello,

I am developing a application with asp.net 4.0. My site will be a heavy like more then hundreds of user will be online at a time and lots of content will be there. I have checked both ado.net entity framework 4.0 and Linq-To-SQL with Microsoft.NET Framework 4.0 both are having great improvement over there. I am confused that which one i should use. Performance is one key aspect of my application I don't want to degrade performance of my application via making a bad choice. Could any one will help me on this? Any link or any suggestion will be appreciated.

Thanks in advance for any tip.

+2  A: 

Google is your friend. I'm sure that you can find a lot of those threads.

DHN
Hi, I am talking about ef4 and linq-to-sql with .NET Framework 4.0 not simple ef
jalpesh
Yes I know. But it will take a while until somebody compares the two. So you can read the old articles and decide based on your knowledge of the new features and the planned application.
DHN
A: 

I'd recommend to chose the one that you can play better with, from maintenance perspective. In many cases we have based our decision on the factor of the team capability. If most of our team members have enough experience and exposure in X technology or tool, we'll prefer that over another. This way you can maintain your software without stress and also deliver reliable solutions to your customer in less time.

this. __curious_geek
I know both the things but i want to make a clear choice based on performance.
jalpesh
Linq2Sql was written keeping performance in mind.
this. __curious_geek