A simple C# console application for reading and processing CSV data.
This tool is designed to read CSV data from a file, process it, and display the results in a structured manner. It demonstrates basic file I/O, data parsing, and object creation in C#. It reads a CSV file containing information about people, processes it, and prints the details of each person.
- .NET SDK installed on your computer.
- Clone the repository to your local machine:
git clone https://github.com/chuongle1994/OOP.git