Skip to content

A command-line application for sorting employee data in C#

Notifications You must be signed in to change notification settings

aus36/EmployeeSorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command-line application for sorting employee data in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages