Skip to content
 
 

Latest commit

 

History

619 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Flashcards

A console-based CRUD application to create flashcards for study, written in C# and powered by SQL.

How It Works

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.

What Was Easy?

A lot of the concepts were carried on from the Coding Tracker.

What Was Hard

This was the first project not using SQLite, so set up of SQL Server and connecting to it.

What I Learned

Again I tried to incorporate separation of concerns. Also getting a grasp of SQL Server Management Studio.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages