Become a patron and get access to source code and exclusive live streams: / constructing-81378694
Constructing complex LINQ expressions can be a daunting task at times, and error-prone, too. That is the problem that requires systematic approach and meticulous decomposition of requirements. In this video, you will learn a step-by-step procedure of constructing a LINQ expression which resolves a complex customer's request.
By the end of this demonstration, you will learn how to approach the problem of constructing a complex LINQ query, but also how to notice issues that will cause.
We are ending this video by identifying shortcomings of a complex LINQ expression, and preparing ground to decomposing it into multiple classes and methods, each focused on one part of the original customer's request.
Follow-up video ► Decomposing a Complex LINQ Expression ► • Decomposing a Complex LINQ Expression
Learn more from video courses:
Beginning Object-oriented Programming with C# ► https://codinghelmet.com/go/beginning...
Collections and Generics in C# ► https://codinghelmet.com/go/collectio...
Making Your C# Code More Object-oriented ► https://codinghelmet.com/go/making-yo...
Other courses at Pluralsight ► https://codinghelmet.com/go/pluralsight
Other courses at Udemy ► https://codinghelmet.com/go/udemy
Other videos on this channel you may be interested in watching:
Using GitHub Copilot to Write Complex Code | Step-by-step Tutorial ► • Using GitHub Copilot to Write Complex...
Coding with GitHub Copilot - Beginner to Master | VS Code Demo ► • A Comprehensive Guide to GitHub Copil...
What is Covariance and Contravariance in C# ► • What is Covariance and Contravariance...
How to Initialize a Clean ASP.NET Core Project with Entity Framework Core and Identity ► • How to Initialize a Clean ASP.NET Cor...
The Null Conundrum: A Guide to Optional Objects in C# ► • How to Avoid Null Reference Exception...