I am creating asp.net web application using MVC architecture, and i am little confused about that what should i prefer between Linq and Stored Procedure to communicate with SQL server database. which can increase the performance and speed up communication between Application and database.
I am asking this question because in my previous applications i have always used stored procedure, but now i just want to know this because in my current application performance is major issue.
Friends only give the related answer of the question, because i have already seen many articles but did not find any satisfied solution.