Entity Framework 6 Multiple Result Sets with Stored Procedures

It’s not very often, but there are times when a stored procedure just works a little better than LINQ. Complexity for developers can be decreased while performance can be dramatically increased for users. In those very rare cases, it may...