@rob_rich

Entity Framework Core
on .NET 5

by Rob Richardson

  @rob_rich

https://robrich.org/

About Me

Rob Richardson

Rob Richardson is a software craftsman building web properties in ASP.NET and Node, React and Vue. He's a frequent speaker at conferences, user groups, and community events, and a diligent teacher and student of high quality software development. You can find this and other talks on https://robrich.org/presentations and follow him on twitter at @rob_rich.

Entity Framework is

  • Compile-time checking of queries
  • C# data access and update (no SQL)
  • Microsoft's ORM for .NET

Data Access in .NET

Entity Framework Core

Demo

Entity Framework

DbContext & Entities

LINQ Queries

Demo

Data Validation

Entity Tracking

Demo

Joins

Demo

Logging

Executing SQL

Calling Stored Procedures

Demo

Generate Database from Code

Generate Code from Database

Entity Framework Core

Compiled queries,
C# Data Access,
the ORM for .NET 5