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...
Did you know that VS2008 has a great feature to remove any unused 'using' statements in your code? Simply right click anywhere in your code file, select ' Organize Usings ' and select ' Remove Unused Usings '. You then end up with only the using statements
Read More...