Skip to content

maahbatistaa/DatabaseProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DatabaseProject

• Repository to store all studies with C# and database

Version Dapper

• 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

Version Sql Server

• In this version, SQL commands were used to integrate C# with the Database

Version POO

• 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

About

repository to store all studies with C# and database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages