I have recently moved into a team leader position in a company that has some very old school developers. I'm trying so hard to convince them to use LINQ2Entities and over using tools like Codesmith to generate stored procedures and DAL layers. It appears that I'm not getting through. Does anyone know of any ways to prove my point?
This post might help you:
LINQ-to-SQL vs stored procedures?
Performance Difference between LINQ and Stored Procedures
your question might be posted here: http://programmers.stackexchange.com
Regards