Welcome to MSDN Blogs Sign in | Join | Help

DDITDev

A crack team of devs in the Developer Division. ASP.NET, SQL, C#, development practices.

Browse by Tags

All Tags » Jason » C#   (RSS)
LINQ to SQL and multiple result sets in Stored Procedures
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...
VS2008 Tip - Remove unused 'using' statements
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...
Page view tracker