In this post I'm going to demonstrate how you would return and consume multiple result sets from a stored procedure in LINQ to SQL. Imagine you have a stored procedure like this one below. Very simple – it’s just returns all customers and
Read More...