samedi 27 juin 2015

Which is better when using the entity framework: using linq (or lambda expressions) for all transactions or all stored procedures

I love the entity framework. I also hate stored procedures; so I code all my applications using lambda expressions ...

I never use cursors and 99% of my transactions are CRUD. Other than precompilation do stored procedures via the entity framework provide me any benefits that anyone can suggest?

Aucun commentaire:

Enregistrer un commentaire