Which approach is more effective either LINQ or Stored procedure for fetching data from database?
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