Answer Posted / Saurabh Chandra
Linq and stored procedures both serve different purposes in data manipulation. Linq is a high-level query language integrated into the .NET framework, providing an elegant and efficient way to interact with collections of data. Stored procedures, on the other hand, are precompiled SQL scripts saved within a database management system. The choice between Linq and stored procedures depends on various factors such as the complexity of the query, the need for reusability, and performance optimizations.
| 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