A simple learning project to add, save, read and remove notes. Contains progressively improving parts:
- NoteTakingAppConsole - take notes using Console window and save them to CSV file
- NoteTakingAppDB - take notes using Console window and save them to SQL Server Database
- NoteTakingAppDbEF - take notes using Console window and save them to SQL Server Database using Entity Framework
- NoteTakingAppWPF - add and remove notes using GUI, changes are saved in SQL Server Database using Entity Framework