mrected / assignments

SDG Assignments
0 stars 0 forks source link

Week 09 - Day 1 - Intro to ORMS #29

Open mdewey opened 5 years ago

mdewey commented 5 years ago

title: ORM Safari! draft: true

We are taking a surprise trip to the Savannah for a safari to see all sorts of exotic animals. During our time there we want to keep track of all the animals we have seen. For this, we need to create a database, as well as a small console application to help record what we see.

Objectives

Requirements

Explorer Mode

Adventure Mode

Epic Mode

.NET Notes

Here are the interesting commands you will need for tonight's assignment


- Add a migration:

dotnet ef migrations add AddBaordGameTable


- Update your database

dotnet ef database update



 - Documentation: [Dotnet EF CLI Docs](https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/dotnet)