Getting Started with Entity Framework 5

Pluralsight
Course Summary
This course provides an introduction to using Entity Framework 5 with Visual Studio 2012
-
+
Course Description
Entity Framework is Microsoft's Data Access platform for .NET development. This course will introduce you to the key concepts and behaviours of using the Entity Framework from designing models, writing data access code and integrating Entity Framework into your software solutions. If you have never used Entity Framework, start here with Visual Studio 2012 and Entity Framework 5. Developers with experience with earlier versions of EF can find useful information throughout about new designer features introduced in Visual Studio 2012 as well new modeling capabilities and API features provided in Entity Framework 5.
-
+
Course Syllabus
Entity Framework 5: Planning Ahead- 25m 15s
—Introduction 0m 17s
—Objectives 0m 57s
—Why Entity Framework 2m 28s
—EF's Conceptual Model 6m 28s
—EF's Basic Workflow 1m 56s
—What's new in EF5 2m 42s
—Upgrading EF4 Projects 6m 5s
—Choosing DB First, Model First or Code First 1m 54s
—What's Coming in EF6 1m 36s
—Summary 0m 36s
—Resources 0m 16sEntity Framework 5: Database First Modeling- 52m 10s
—Introduction 0m 14s
—Outline 0m 56s
—Creating and inspecting the model and it's generated code 15m 58s
—Model to Database Mappings 3m 2s
—Adding Color to Model Entities in the Designer 1m 39s
—Using Diagrams to Visually Break up your Model in the Designer 6m 9s
—Updating Your Model when the Database Changes 4m 36s
—More on Stored Procedure Modeling 7m 27s
—Using Enums with your Entity Data Model 6m 3s
—Using Spatial (Geography or Geometry) in your Model 1m 38s
—Fixing Up the Keys of Entities that Map to Views 3m 24s
—Summary 0m 55s
—References 0m 9sEntity Framework 5: Model First Modeling- 39m 3sEntity Framework 5: Code First Modeling- 49m 10sEntity Framework 5: Interacting with Your Data Model- 41m 45sEntity Framework 5: Using EF in Your Solutions- 56m 28s