Where can I find a good step-by-step tutorial on using Entity Framework with a real-esque project? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question 开发者_JAVA百科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?
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)
The best place to go look for Entity Framework stuff it Julie Lerman's blog site, Don't Be Iffy, and her web site for her book Programming Entity Framework - she has a "Tutorials" section there.
Here's the book on Amazon:
Programming Entity Framework, paperback
I must confess, though: I know little on the subject.
Like marc_s says Julie has some good info. I recommend http://tekpub.com/production/ef for a great source of EF4 information and then of course my favorite blog on the topic Link
精彩评论