Entity Framework Introduction to Entity Framework: Part IV - IQueryable This is part four of my Entity Framework tutorial. If you have not read the previous parts of this tutorial and you do not know how to setup EF and write LINQ queries
C# Introduction to LINQ: Part IV - Putting it All Together This is part four of my introduction to LINQ tutorial. If you have not read the previous parts in this series and you do not have a decent understanding of delegates, lambdas, and
C# Introduction to LINQ: Part III - Extension Methods This is part three of my introduction to LINQ tutorial. If you have not read parts one and two and you do not have a decent understanding of delegates and/or lambda expressions,
C# Introduction to LINQ: Part II - Lambda Expressions This is part two of my introduction to LINQ tutorial. If you have not read part one and do not have a decent understanding of delegates in C# then please head over and
C# Introduction to LINQ: Part I - Delegates Table of ContentsPart II - Lambda ExpressionsPart III - Extension MethodsPart IV - Putting it All TogetherRecently I had to explain Language Integrated Queries (LINQ) to a friend that had never used it
C# How to Simplify Complex LINQ Expressions Today I was writing a new repository for a new entity on my U413 project. I got to one method where I needed to write a somewhat messy lambda expression. In the past
Entity Framework Lazy Loading Explained It took me a while to understand Entity Framework (EF) and lazy loading, but now that I do I wanted to put it down somewhere so I don't forget it. Maybe this will