Starting with Entity Framework
I realise I come late to the party. But I was just playing around at home with some development in MVC4 and wanted to try out entity framework for DB access.
I learned that there are 2 main approaches:
- Code first
- Database first
I figured that since I'm just starting and I need to fill control over the data I would go with Database first.
Googling Database First brought me to this 5 mins video that cleared everything up!
I recommend watching, if you are in a similar situation: