What is the disadvantage of LINQ over stored procedures?

 Posted by Tripati_tutu on 1/28/2011 | Category: LINQ Interview questions | Views: 11095 | Points: 40
Answer:

The disadvantage with LINQ is, it is not a precompiled statement where as stored procedures are precompiled. In case of LINQ the queries need to be compile before the execution. So according to this, I can say stored procedures are faster in performance as compared to LINQ.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Ajay.Kalol on: 6/2/2012 | Points: 10
Transportation cost is Much for Linq.

Can't Use Fully Functionality of Database server.

Login to post response