-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
C# 14 and .NET 10 – Modern Cross-Platform Development Fundamentals - Tenth Edition
By :
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring with deeper research the topics covered in this chapter.
Online material can be extra content written by me for this book, or it can be references to content created by Microsoft or third parties.
You can learn how to use LINQ aggregate methods and implement paging for data at the following link:
https://github.com/markjprice/cs14net10/blob/main/docs/ch11-aggregating.md.
You can improve performance and scalability by using multiple threads to run LINQ queries. Learn how by completing the online-only section found at the following link:
https://github.com/markjprice/cs14net10/blob/main/docs/ch11-plinq.md.
If you want to process or generate XML using LINQ, then you can learn...