Gajendra Jangid
how LINQ is useful than Stored Procedures?
By Gajendra Jangid in .NET on Jan 26 2018
  • Gajendra Jangid
    Jan, 2018 26

    Debugging: It is difficult to debug a stored procedure Compare to LINQ.We can easly debug LINQ query with visual studio debugger. Deployment: In LINQ everything exist in single DLL so deployment of linq is vary easy but in SP additional script should be provided. Type Safety: LINQ is type safe, so queries errors are type checked at compile time

    • 2
  • Rajeev Kumar
    Mar, 2023 1

    LINQ has full type checking at compile-time and Intellisense support in Visual Studio as compared to a stored procedure. This powerful feature helps you to avoid run-time errors. LINQ allows debugging through . NET debugger as compared to a stored procedure.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS