So i’m writting api’s for a project in the backend and i’m observing that some of the api’s will take more than 3 seconds to execute as i’m using only LINQ for interaction with the database. so which method is more compatible either using LINQ or writing stored procedure because if some thousand or lack of people will use the application so which approach is better
Now i have tried LINQ for interaction and i have to try stored procedure
Nisarga Hathwar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.