Based on my experience, I can not compare both of them. To me, they are diffrent things. We can use LINQ at the same time we use EF. Also we can use both SQL Command and LINQ at the same time we use EF. Using LINQ is much easier, but for bulky data it can
be inefficient, we need to consider performance. Or when we general update one column on a database, we do not need to bring the data into Web Server, just send the SQL command to SQL Server and let the SQL server do the Update Command without data traffic on
networks.
jsiahaan
Contributor
2302 Points
585 Posts
Re: i have 2 question regarding LINQ & Entity Framework
May 17, 2012 07:35 AM|LINK
Hi
I forgot the second point:
Based on my experience, I can not compare both of them. To me, they are diffrent things. We can use LINQ at the same time we use EF. Also we can use both SQL Command and LINQ at the same time we use EF. Using LINQ is much easier, but for bulky data it can be inefficient, we need to consider performance. Or when we general update one column on a database, we do not need to bring the data into Web Server, just send the SQL command to SQL Server and let the SQL server do the Update Command without data traffic on networks.
c u
Indonesian Humanitarian Foundation