Skip to content

Commit

Permalink
Update aufgabe_5_onlineshop.md
Browse files Browse the repository at this point in the history
  • Loading branch information
walma19 authored Sep 16, 2022
1 parent 5d0ea34 commit 1b92500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aufgabe_5_onlineshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ Für einen Onlineshop soll ein Datenbankmodell (in Form von SQL-Statements) erst
Als Datenbanksystem soll der SQL-Server von Microsoft zum Einsatz kommen.

## Schritt 2 - ADO.NET
Im nächsten Schritt soll auf das zuvor erstelle Datenbankmodell mit ADO.NET zugegriffen werden.

## Schritt 3 - Dapper
Als nächstes soll der Zugriff auf die Datenbank über Dapper (https://github.com/DapperLib/Dapper) erfolgen.

## Schritt 4 - Entity Framework Core
Als nächstes soll der Zugriff auf die Datenbank über Entity Framework Core erfolgen.
Als nächstes soll der Zugriff auf die Datenbank über Entity Framework Core erfolgen.

0 comments on commit 1b92500

Please sign in to comment.