Need done asap 4

Step 1:Given a file of data read the data and parse it based on a fixed given field headers. To download the file select the following link:Unit 4 Sample Data.
The file should not be a comma delimited file with the following record structure:
Step 2:Write a complete C# program in console mode to load the data file as a sequential file using C# System.IO library into an ArrayList data structure (using the System.Collection library) Store each line in the file as a separate record.
Step 3:After the file is loaded into the ArrayList sort the data in ascending order based on the LastName field and Display the following fields:
Step 4:Next sort the data in descending order based on the ZIP field and display the following fields:
Step 5:Display all the records (and all its fields) for everyone that is in the state NY.
Step 6:Submit the source code for the solution and the output screenshots for the following list. You can use any appropriate algorithm in the solution.
Messge me for more info about sample data for Assignment #2

You can leave a response, or trackback from your own site.
error: Content is protected !!