Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a good step-by-step tutorial on using Entity Framework with a real-esque project? [closed]

I found the MSDN quickstart guide, but it's a bit lacking in explanation and other useful things.

Do you know where I can find a good tutorial for someone somewhat familiar with Linq-to-SQL but interested in EF?

like image 721
Sergio Tapia Avatar asked Nov 05 '22 11:11

Sergio Tapia


1 Answers

You can start with some video tutorials from msdn found here and in parallel you can study the following book: Entity Framework 4.0 Recipes: A Problem-Solution Approach (Expert's Voice in .Net)

like image 76
ppolyzos Avatar answered Nov 14 '22 23:11

ppolyzos