Invoices With LINQ Project

This project uses hard coded variables to create 2 different array lists, 1 for customers and 1 for invoices. Each invoice is linked to a customer and each customer has it's own ID. This project then uses LINQ to sort differenct display. It sorts customers by ID, customers by name, customers and invoices by customer name, and list invoices grouped by customers.

Program Run

Main Class Code

Invoices Class Code

Customer Class Code

Date Class Code