Tag Archives: JOINS

LINQ to SQL DefaultIfEmpty() usage

Introduction So today, I’m going to discuss an interesting little gem that many don’t use or use properly when doing LINQ to SQL queries. The topic of the day is the method DefaultIfEmpty(). This method is often missed when doing … Continue reading

Posted in .NET, .NET 4.5, Best Practices, C#, Classes, Databases, Entity Framework, Generics, LINQ, LINQ To SQL, Programming, Programming Paradims, SQL Server | Tagged , , , , , , , , , | Leave a comment