Assignment 2: NHL Players Overview Create a GUI to browse and filter player stats from the NHL 2017-18 regular season. Directions Start by downloading the attached assignment starter code The starter code includes a CSV (comma-separated value) file containing the player stats for the NHL 2017-18 regular season. Write code to parse this file and store the results into a standard collection that can be queried using LINQ. Build a GUI that displays the player stats in a table format and includes controls for sorting and filtering the data. Your GUI should include a text box
Assignment 2: NHL Players Overview Create a GUI to browse and filter player stats from the NHL 2017-18 regular season. Directions Start by downloading the attached assignment starter code The starter code includes a CSV (comma-separated value) file containing the player stats for the NHL 2017-18 regular season. Write code to parse this file and … Read more