Resources for learning ADO.NET Entity Framework

I’m planning to learn ADO.NET Entity Framework. So thought of sharing some nice links to learn Entity Framework .

Here’s are some of the interesting one’s

Blogs and Documentation

  1. MSDN ADO.NET Entity Framework Site
  2. MSDN Entity Framework Documentation
  3. Entity Framework Tips and Tricks
  4. LINQ to SQL vs. Entity Framework
  5. Checking out one of the new stored procedure features in EF4
  6. NHibernate vs. Entity Framework 4.0

Videos

  1. How Do I… ? New Entity Framework Videos
  2. Beginner’s Guide to the ADO.NET Entity Framework Videos from pluralsight
  3. Episode 15: Model-First Development with the Entity Framework 4.0
  4. ADO.NET Entity Framework: What. How. Why.
  5. ADO.NET Entity Designer Video

Tools

  1. Entity Framework Toolkits & Extensions
  2. LINQPad - Enables the user to query the data sources LINQ.It supports Entity Framework , LINQ to Objects, LINQ to SQL,LINQ to XML and more
Share