Answer Posted / Rahul Tomar
LINQ (Language Integrated Query) is a technology for querying data from various data sources, while stored procedures are precompiled SQL statements that can be executed on a database server. LINQ provides an abstraction layer over different data sources, allowing developers to write queries in C# or VB.NET syntax. Stored procedures, on the other hand, are specific to a database system and provide performance benefits by reducing network traffic and improving reusability.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category