Conclusion

Review what you learned in this course

We'll cover the following...

Key points

Let’s review what we learned in this course. These are the main ideas we covered in this course:

  • Language-Integrated Query (LINQ) is a set of methods to work with collections in a declarative way.
  • LINQ is declarative and immutable.
  • A LINQ query isn’t evaluated until we iterate
...