Answer Posted / Gaurav Kumar Shah
LINQ offers several benefits over stored procedures. Firstly, LINQ allows developers to write database queries in C# or VB.NET code, eliminating the need for separate SQL scripts. This integration reduces the number of tools required and enhances productivity. Secondly, LINQ supports multiple data sources, enabling queries across different databases, XML files, or collections. Lastly, LINQ's deferred execution ensures better performance by not executing a query until the results are actually needed.
| 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