Entity Framework : Learning Series

This is going to be one of the shortest blog post i have ever written :). Yesterday I posted an entry on my blog about Querying database using Entity Framework 4. There are many features in Entity Framework which might be difficult to cover in couple of posts. I intend to build a series of posts which will be specific to a particular topic related to Entity Framework. Here is what i have in mind as of now :-
  1. Getting started – First Query using Entity Framework.
  2. Entity Framework : Part 2 – Comparison between EF and LINQ 2 SQL
  3. Entity Framework : Part 3 – Query relational data using Entity Framework 4
  4. Entity Framework : Part 4 – Filtering Data using Entity Framework 4.
  5. Entity Framework : Part 5 - Sort Data using Entity Framework 4
  6. Entity Framework : Part 6 – Perform CRUD operations using Entity Framework 4
  7. Entity Framework : Part 7 – Complex CRUD Operations with Entity Framework 4
  8. Entity Framework : Part 8 – Lazy loading with Entity Framework 4
  9. Entity Framework : Part 9 – Use stored procedures with Entity Framework 4


Hopefully this will keep me occupied for next couple of weeks. Let me know if I have missed something with regards to Entity Framework that can be covered as part of this series. I’ll update the links on this page as and when I publish the related content.

[Update-7th-Sep-2010] : Most of the above topics are inspired by a similar series which Mike Taulty had run with LINQ 2 SQL. You can download all the 18 video's from Mike's series here.

Until next time Happy Programming :)
Share:
spacer

1 comment:

  1. Could you please post an article on POCO and T4 Templates?

    ReplyDelete