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 is difference between LINQ and Stored Procedures?



What is difference between LINQ and Stored Procedures?..

Answer / Amit Abhishek

LINQ (Language Integrated Query) is a technology in .NET that allows developers to write database queries as part of their code, while Stored Procedures are precompiled, parametrized SQL scripts that can be executed on the server. LINQ provides more convenience and productivity for developers, while Stored Procedures offer better performance, 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 is a linqdatasource control?

1 Answers  


what is the purpose of LINQ providers in LINQ?

1 Answers  


What is linq to sql deferred loading?

1 Answers  


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

1 Answers  


How is datacontext class related to linq?

1 Answers  


How will you find the index of the element using where () with lambda expressions?

1 Answers  


what is the difference between N-layer and N-tier architecture in LINQ?

1 Answers  


What is meant by linq in c#?

1 Answers  


Differentiate between linq and stored procedure?

1 Answers  


What is dbml in linq to sql?

1 Answers  


what is lambda expressions in LINQ?

1 Answers  


What are lazy/deferred loading and eager loading?

1 Answers  


Categories