Entity Framework Video Tutorials – 34 Hours
Here is a collection of over 34 hours of premium video tutorials on Entity Framework by Pluralsight. In order to view the videos, you need to become a member of Pluralsight.
Background: Entity Framework Entity Framework (EF) is an open source object-relational mapping (ORM) framework for ADO.NET. Entity Framework was a part of .NET Framework, but from Entity framework version 6 it is separated from .NET framework.
Developers of data-oriented applications have typically struggled with the need to achieve two very different objectives. They must model the entities, relationships, and logic of the business problems they are solving, and they must also work with the data engines used to store and retrieve the data. The data may span multiple storage systems, each with its own protocols.
The Entity Framework enables developers to work with data in the form of domain-specific objects and properties, such as customers and customer addresses, without having to concern themselves with the underlying database tables and columns where this data is stored. With the Entity Framework, developers can work at a higher level of abstraction when they deal with data, and can create and maintain data-oriented applications with less code than in traditional applications.
Entity Framework
Series | Title | Date | Presenter | Min |
---|---|---|---|---|
Getting Started with Entity Framework 6 | Getting Started with Entity Framework 6 | 7/31/2015 | Julie Lerman | 158 |
Looking Ahead to Entity Framework 7 | Looking Ahead to Entity Framework 7 | 3/10/2015 | Julie Lerman | 149 |
Entity Framework 6: Ninja Edition – What’s New in EF6 | Entity Framework 6: Ninja Edition – What’s New in EF6 | 11/8/2014 | Julie Lerman | 433 |
Getting Started with Entity Framework 5 | Getting Started with Entity Framework 5 | 3/6/2013 | Julie Lerman | 264 |
Entity Framework in the Enterprise | Entity Framework in the Enterprise | 9/19/2012 | Julie Lerman | 196 |
Entity Framework Code First Migrations | Entity Framework Code First Migrations | 3/6/2012 | Julie Lerman | 70 |
Data Layer Validation with Entity Framework 4.1+ | Data Layer Validation with Entity Framework 4.1+ | 2/8/2012 | Julie Lerman | 114 |
Entity Framework 4.1 – DbContext Data Access | Entity Framework 4.1 – DbContext Data Access | 9/27/2011 | Julie Lerman | 82 |
Entity Framework 4.1 – Code First | Entity Framework 4.1 – Code First | 6/18/2011 | Julie Lerman | 119 |
Querying the Entity Framework | Querying the Entity Framework | 2/28/2011 | Julie Lerman | 83 |
Designer Supported EDM Customization | Designer Supported EDM Customization | 1/6/2011 | Julie Lerman | 126 |
Entity Framework and Data Models | Entity Framework and Data Models | 11/5/2010 | Julie Lerman | 92 |
Entity Framework 4.0 By Example | Entity Framework 4.0 By Example | 8/27/2010 | Julie Lerman | 139 |
Total | 2025 |