I’m struggling with EntityFramework 6 and a PaaS architecture.
I have a repository project that calls a DAL project to execute some EF6 imported stored procedures. Until recently we were going for a IaaS architecture but for some reasons we switched to ...