Kemenyfy / Assignments

0 stars 0 forks source link

Week 09 Day 1 - ORM Safari! - #34

Closed mdewey closed 6 years ago

mdewey commented 6 years ago

We are taking a surprise trip to the Savannah for a safari to see all sorts of exotic animals. During our time their 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

Additional Resources

.NET

Here are the interesting commands you will need for tonights 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)

## Reading Material

To prepare for upcoming lessons, students might want to read links shared here.
Kemenyfy commented 6 years ago

https://github.com/Kemenyfy/SafariVacationDB

mdewey commented 5 years ago

Your homework is: Meets Expectations

Awesome Work!