JamesEnoch89 / assignments

0 stars 0 forks source link

Week 7 Day 2 Bocce Ball League - #25

Closed mdewey closed 6 years ago

mdewey commented 6 years ago

LET's GET READY TO RUMBLE!

Today, you will be working with EF to model connecting data and to simulate joins.

Problem: Julia is in charge of the local Bocce Ball League. She needs a database to keep track of the teams, players and games that have been played in the league. You need to design this database for her.

Your database will need to store the following data: Games

Objectives

Explorer Mode

Tips

- Create your Database Diagram First
- feel free to create a few methods that add fake data into the database
- Use SSMS to verify that the data you are entering is correct
- when creating new items, take note on the relationships

Adventure Mode

Epic Mode

Turning In

Your homework will be assigned to you via issues on your assignments repository. Once you are complete with your assignmnet, link the new repo here.

Additional Resources

Commands to consider

-- Install-Package EntityFramework -- Enable-Migrations -- Add-Migrations CreatedTable -- Update-Database

JamesEnoch89 commented 6 years ago

https://github.com/JamesEnoch89/BocceBall

mdewey commented 6 years ago

Awesome Work!