Wednesday, April 17, 2019

You may use stored procedures with Entity Framework in either the code first or the database first approaches.

In short, you may do what you do with Dapper in EF. I don't know why you wouldn't just use Dapper though. I guess the use case arises when you are mostly doing Entity Framework without stored procedures and then in some one-off wackiness you have to go there.

No comments:

Post a Comment