Perspective
In this chapter, you learned the basic skills for coding and executing LINQ queries that work with generic lists. With these skills, you should be able to create queries that perform a variety of functions. However, there's a lot more to learn about LINQ than what's presented here. In particular, you'll want to learn about the three implementations of LINQ for ADO.NET. You'll learn about two of these implementations, LINQ to DataSet and LINQ to SQL, in the next three chapters. Then, in chapter 18, you'll learn how to use LINQ to Entities, which uses the new Entity Framework.
Terms
Exercise 11-1 Create the Vendor Balances application
In this exercise, you'll develop and test the Vendor Balances application that was presented in this chapter.
Design the form
Add code to display the invoice data
Enhance the application to display the vendor names
Enhance the application to group the invoices by vendor