Category Archives: linq

Best Practices for using LINQ in your Data Access Layer

This post will try to expose some of the issues that commonly arise when you choose to use LINQ to SQL or LINQ to Entity in your application. First a little background. LINQ General By now most people know what … Continue reading

Posted in .net, best practice, c#, data access, linq | 4 Comments