Check out:
- Entity Framework Overview
- Intro to Entity Framework with SQL Server
- Beginner's Guide to Entity Framework (has lots of articles, videos, etc.)
It's rather hard to find something that's not too technical and just shows nice graphical representations.
But basically you have three "layers" inside an EF model:
- the…
Top comments (3)
Are you interested in EF for the .NET Framework or the .NET Core? There are lots of differences in their use. You will find many developers here on DEV that can answer any questions you might have.
Hey, there are lot's of difference in there use?!
I am currently going through the beginning so first through .NET framework (ef6) right now.
Are you a c# dev?
Yes. I have been working on a web API app using .Net core and EF.