Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Entity Framework Video tutorials [closed]

Are there any free video tutorials that talk about EF in depth and not just cover the basics?

Thanks

like image 544
Nick Avatar asked Sep 07 '10 19:09

Nick


People also ask

Is Dapper better than Entity Framework?

Dapper vs Entity Framework CoreDapper is literally much faster than Entity Framework Core considering the fact that there are no bells and whistles in Dapper. It is a straight forward Micro ORM that has minimal features as well.

Should I use EF core or EF6?

Keep using EF6 if the data access code is stable and not likely to evolve or need new features. Port to EF Core if the data access code is evolving or if the app needs new features only available in EF Core.

Is Entity Framework 6 still supported?

Versions 6.0, 6.1, 6.2, and 6.3 are no longer supported. Although Entity Framework 6. x is still supported, it is no longer being developed and will only receive fixes for security issues.


2 Answers

The video below is the greatest video that I have watched about Basics of Entity Framework 4.0. It is from Microsoft PDC event. Great speakers [Shyam Pather -Development Manager- and Chris Anderson -Developer], great demos. I strongly recommend you to watch it.

http://www.microsoftpdc.com/2009/FT10

like image 90
Musa Hafalır Avatar answered Oct 05 '22 23:10

Musa Hafalır


It's not free, but I recommend the TekPub screencast:

http://tekpub.com/production/ef

like image 30
David Avatar answered Oct 05 '22 22:10

David