The Entity Framework Core support for querying with LINQ makes working with data a natural process for .NET developers. In the sections that follow, I describe the advanced features that Entity Framework Core provides for controlling queries, which can be useful if you can’t get the behavior you require using the techniques described in earlier chapters. Table
20-1 puts this chapter in context.
Table 20-1.Putting Advanced Query Features in Context
Question | Answer |
|---|
What are they? | The advanced query features allow you to override the default Entity Framework Core behavior. |
Why are they useful? ... |