What are the advantages of LINQ over stored procedure?
Answer Posted / Ajeet Kumar Singh
LINQ provides a unified programming model, simplifying the process of querying data from various sources. It allows developers to use a single syntax for multiple tasks, reducing complexity and increasing productivity. Additionally, LINQ can be used with anonymous types and extension methods, features not available in stored procedures.
| 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