What is difference between LINQ and Stored Procedures?
Answer Posted / 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 View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category