Entity Framework 6.1, (Part 1 of 6): Introduction
Interactive

Entity Framework 6.1, (Part 1 of 6): Introduction

Biz Library
Updated Feb 04, 2020

In this course you’ll learn some of the basics of object relational mapping systems and how they overcome some of the problems when working with relational data in an object based application. You’ll also see how entity objects are a big improvement over generic data objects, such as the data set and the data tables provided by ADO.NET. Then you’ll learn specifically about the Entity Framework, Microsoft’s ORM technology and why it is a compelling data access technology in the .NET development space. Big spoiler, it’s not just because Microsoft has made Entity Framework their core data access strategy. You’ll see Entity Framework in action to build a simple but powerful data access application as well as some of the APIs and tools it provides.


Lesson 1:

  • Object-Relational Mapping
  • Object/Relational Differences
  • Data Type Differences
  • Relationship Difference
  • Inheritance Difference
  • Identity/Equality Difference
  • Handling the Differences.

Lesson 2:

  • Object-Relational Mapping
  • Generic Data Objects
  • Entity Objects
  • Programming Against a Model.

Lesson 3:

  • The Entity Framework
  • Compatibility with VS and .NET
  • Entity Framework as Open Source
  • Installing Entity Framework
  • Demo: Installing EF
  • Why Use Entity Framework?
  • When Not to Use an ORM?.

Lesson 4:

  • Building an Application
  • Demo: Building an Application
  • Demo: Creating a new Connection
  • Demo: Data Objects
  • Demo: Building - the model.

Lesson 5:

  • Demo: Model Designer
  • Demo: Properties
  • Demo: Relationships
  • Demo: XML View
  • Demo: Top Level File.

Lesson 6:

  • Using the Entity Objects
  • Demo: Console Application
  • Demo: Access Code
  • Demo: Process Code.

Lesson 7:

  • EntityFramework APIs and Tools
  • Entity Data Model Designer
  • Design Methodologies
  • Code Generation Using T4
  • Object Services
  • Entity Client
  • Entity Framework Services.