In the last assignment, you created a console app that stores items in a list, which doesn't last very long. For this assignment, you need to update your old app to use a database as well as update it with a few new features.
NOTE: The Additional Resources section below is very helpful. Consider reading this after reading Explorer mode. Then make a plan for the assignment for digging in and writing code.
Objectives
Use an ORM to query against a database
Extend your simple console app to use a database to persist data
keep working through your capstone
Requirements
d
Create a simple console application that manages the dinosaurs in your amusement park
Jurassic Park: The Lost World
In the last assignment, you created a console app that stores items in a list, which doesn't last very long. For this assignment, you need to update your old app to use a database as well as update it with a few new features.
NOTE: The Additional Resources section below is very helpful. Consider reading this after reading Explorer mode. Then make a plan for the assignment for digging in and writing code.
Objectives
Requirements
d
Explorer Mode
List<Dinosaur>
with a database. These notes should be helpfulCapstone
Adventure Mode
bool
). This property requires a migrationsEpic Mode
Additional Resources