Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 371 Bytes

File metadata and controls

7 lines (6 loc) · 371 Bytes

C# Employee Sorting Program

This project, made in C#, takes an input from a tab-delimited text file of employee details from a company and performs these tasks:

  • Take console input from user to get filepaths
  • Read input from the file and put data into worker objects
  • Bubble Sort the objects by last name
  • Serialize objects to XML format and write to output files