© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
B. L. GormanPractical Entity Framework Core 6https://doi.org/10.1007/978-1-4842-7301-2_8

8. Sorting, Filtering, and Paging

Brian L. Gorman1  
(1)
Jesup, IA, USA
 

In this chapter, you’re going to build on what you’ve learned in the previous seven chapters. Up to this point, you have created a database using the code-first approach, and now you are ready to start working with the data in a more robust fashion. In other words, since the database structure is in place, now it’s time to learn how to leverage it for enterprise applications.

It’s time to learn LINQ

Now that the inventory manager data is modeled and you have the InventoryDBContext in place to get the ...

Get Practical Entity Framework Core 6: Database Access for Enterprise Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.