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

What are different methods to write LINQ Query?

1 Answers  


What is linq in sql?

1 Answers  


Explain what is “LINQ to Objects”?

1 Answers  


Can you disable lazy/deferred loading?

1 Answers  


What is the use of firstordefault in linq?

1 Answers  


What is LINQ Insight?

1 Answers  


What is lambda expression in linq c#?

1 Answers  


How to use GroupBy in LINQ?

1 Answers  


What is a linq procedure?

1 Answers  


What is linq to sql deferred loading?

1 Answers  


List out the data context functions. Where do we use “submitchanges()"?

1 Answers  


What is linqpad used for?

1 Answers  


Categories