Thursday, August 13, 2009

What are the disadvantages of LINQ over Stored Procedures ?


1.Network traffic: LINQ needs to send the entire query over the network whereas the SP need only to send sproc-name and argument.

2.Control over DB: LINQ has lesser control over DB compared to SPs as they run within the DB.


www.codecollege.NET

No comments:

Post a Comment