I am using code-first approach in Entity Framework v6.1.3.
My question is: I am using a code-first approach, should I also inject the stored procedures through my entities or should I just go to my database and create a stored procedure there?
What will be the best method to address the same?