Which way should I use to create a scalable system in C# ASP.NET MVC 5 ?
Should I use stored procedure way or Entity Framework way to connect to database?
One of our head is insisting to use stored procedure way, even for all inserts, deletes, searches etc.
Which one is better, in terms of performance? I want to create a online test paper, which will parallely be taken by some 500 people at a time, each having some 50 questions.