Hello,
I want to plan a data access layer and I thought to use Linq. I read that linq has its problems with performance and that you could use stored procedures with linq. Should I use stored procedures with linq when planning my data access layer? Is it crucial for the performance? When should I use them? I know that stored procedures are essential for security but linq uses type safe queries so the only reason for stored procedures is performance.
Thanks,
Omri