Mohan Gupta
What are the advantages of LINQ over stored procedure?
By Mohan Gupta in LINQ on May 10 2013
  • Bhabani Prasad
    May, 2014 21

    1 Debugging – LINQ supports .Net debugger, so we can easily debug a LINQ query using .NET debugger but it is not supported by SQL stored procedure so it is hard to debug the stored procedure. 2- Deployment – To deploy stored procedure it is necessary to write one more script to run them, while LINQ will complie by a single DLL statement and so the deployment will be simple. 3-Type Safety - As LINQ supports type safety so errors can be type checked in LINQ queries in compile time. It is better to use LINQ as it enable us to identify the errors while compilation rather than runtime execution.

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS