Good resources for learning how to use the Entity Framework 4.0?
I am starting a new module on a project and hear the Entity Framework 4.0 is coming along nicely with its POCO support, lazy-loading, and many other great features. The problem I have is trying to find good resources for learning the technology that isn't geared towards version 1.0 I am following Julie Lermans blog where she is working on a 2nd edition to her book, but need t开发者_运维技巧o find something now with a lot of in-depth code samples and tutorials. Thanks!
Have a look at following. Will give you enough exposure about Entity Framework 4.0
- Entity Framework 4.0: How to use POCOs
- ADO.NET team blog
- New Features in Entity Framework 4.0 (V2)
- The ADO.NET Entity Framework
- What’s New in Entity Framework 4 ?
- Learning resources for Entity Framework 4.0 new features
- Model-First Development with the Entity Framework 4.0
- Whats New In Entity Framework 4
- Agile Entity Framework 4 Repository
- Creating a Generic Entity Framework 4.0 Repository
- Entity Framework 4.0 Features
Hope this helps
There are some nice starter level videos in here It may help to find more if you try a search in the same web site.
精彩评论