JamesEnoch89 / assignments

0 stars 0 forks source link

Week 7 Day 1 - Intro to EF - #24

Closed mdewey closed 6 years ago

mdewey commented 6 years ago

Welcome to SQL!

Get your feet wet with Entity Framework. You will be creating 2 databases for me and writing some simple queries to gather from information. Use your best Judgement for data types the columns should be. You should not write a single line of raw SQL for this. All of your schema and queries will be in C#.

Objectives

Explorer Mode

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.

For this assignment, Put each of the projects in their own git repo and link both of them 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/IntroToEFMovies

https://github.com/JamesEnoch89/EFTransactions

had an issue with git on pushing the EFTransactions and uploaded files manually which is why it looks terrible.

mdewey commented 6 years ago

Awesome Work!