Frage im Vorstellungsgespräch bei Reality Premedia

Difference between stored procedure and Entity framework

Antwort im Vorstellungsgespräch

Anonym

10. Nov. 2018

Entity framework maps db tables into. net classes which makes it easier to interact with the db. Stored procs are useful complied SQL code and can encapsulate complex logic. Stored procs can be used even through Entity framework.

3