Store Procedure Vs LINQ
S.No | Particulars | Store Procedure | LINQ |
1 | Faster | Faster than LINQ. | Slower than Store Procedure. |
2 | Debug | Not Allowed. | Allowed. |
3 | writing complex queries | Best Way. | Not Possible. |
4 | Deploy | SQL script for deployment. | easy and simple. |