Summary
In this chapter, you learned how to write LINQ queries to perform common tasks like:
- Selecting just the properties of an item that you need.
- Projecting items into different types.
- Filtering items based on conditions.
- Sorting items.
- Joining and grouping items.
- Manipulating items in different formats, including XML.
In the next chapter, you will be introduced to web development using ASP.NET Core. In the remaining chapters, you will learn how to implement the major components of ASP.NET Core like Razor Pages, MVC, Web API, and Blazor.
Join our book’s Discord space
Join the book’s Discord workspace for Ask me Anything sessions with the author.