A sample console app interaction with SQL Database
Projects:
- CSVGenerator - Console App Generates a csv file with dummy customer data.
- CSVReader - Library Contains the model of the customer table. Reads the csv file and displays on the console.
- OperationsFormApplication - Windows Form Application Contains a GUI for playing with the data. Code behind buttons and DataGridView to perform CRUD operations and pagination on the customer data.
- SQLOperations - Library Code for CRUD operations