• Repository to store all studies with C# and database
• Dapper is a library that makes our life easier when querying, editing, deleting and inserting data in a database, be it SQL Server, Postgres, MySQL or any other.
• In this version, this library was used to facilitate our integration of C# with the Database
• In this version, SQL commands were used to integrate C# with the Database
• In this version, object orientation was used, so we can add several different connections without changing "program.cs".
Connections Types
• Pure SQL
• SQL with Dapper