linq to sql

  • Multiple Stored Procedures with same return type in LINQ

    Previously you may have achieved this functionality using datareader. Now that you are using LINQ, you may be wondering how to achieve the same with lists of strongly typed objects. Quite a few articles out there have reproduced DataReader functionality… Continue reading

  • Convert SQL to Linq

    Was looking to convert a complex SQL query and short on time, so came across this nifty little tool to automate the conversion! It even outputs and autobuilds necessary classes! At the time of this article supports all versions of… Continue reading