Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are disadvantages of LINQ over Stored Procedures?



What are disadvantages of LINQ over Stored Procedures?..

Answer / Ravi Kant

One disadvantage of LINQ over Stored Procedures is performance. Since LINQ executes queries directly against the database, it may not be as optimized as stored procedures which can be compiled and cached for reuse. Another disadvantage is that stored procedures provide more control over transaction management and security.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

Explain how you can differentiate between Conversion Operator “ToDictionary” and “IEnumerable” of LINQ?

1 Answers  


Can we perform LINQ on XML?

1 Answers   Viscus Infotech,


What are the important points to remember while using lambda expressions?

1 Answers  


What is difference between single and singleordefault in linq?

1 Answers  


How standard query operators useful in linq?

1 Answers  


What is using system linq?

1 Answers  


What are the four linq providers that .net framework ships?

1 Answers  


What are the linq standard query operators in linq?

1 Answers  


What are the different implementations of LINQ?

1 Answers  


How to write not in query in linq?

1 Answers  


Differentiate between conversion operator “ienumerable"? And “todictionary"? Of linq?

1 Answers  


How can you find average of student marks from student tables (columns are studentid, marks)?

1 Answers  


Categories