• @bkubicek I am surprised that a possible rewrite is necessary since you can use stored procedures inside of Entity Framework. I had the same problem for some instances where the standard LINQ functionality was not a good fit and therefore I went with stored procedure for some things but still inside of Entity Framework.

    It might be a case where the development team is not fully leveraging the possibilities of the ORM.