LINQ and Storedprocedure

Posted by Amutha on Stack Overflow See other posts from Stack Overflow or by Amutha
Published on 2010-04-07T11:30:35Z Indexed on 2010/04/07 11:33 UTC
Read the original article Hit count: 354

Filed under:
|

The interview i faced was "What is the difference between LINQ and Stored procedure?".

I don't know whether it is a vague question or proper one. I answered "In Linq there is a support for Closure so you can refer the value of outer parameter inside the anonymous body,you can't do the same with Stored procedure".

Just i am requesting you the proper answer.

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about interview-questions