Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Implement a WPF app to list stock information that is loaded from StockData.csv. Your app should allow user to Search specific company’s stock information, and display the search result in a DataGrid,
Implement a WPF app to list stock information that is loaded from StockData.csv. Your app should allow
user to Search specific company’s stock information, and display the search result in a DataGrid, and the
result should be sorted according to the date. Clean the data by removing those rows that the price
contains negative value while the data is loading.