A console-based CRUD application to create flashcards for study, written in C# and powered by SQL.
The application connects to a local SQL database using Dapper. Upon the very first execution, it automatically creates the necessary tables. The user can then add, view, update and delete flashcards and stacks via the console.
A lot of the concepts were carried on from the Coding Tracker.
This was the first project not using SQLite, so set up of SQL Server and connecting to it.
Again I tried to incorporate separation of concerns. Also getting a grasp of SQL Server Management Studio.