LINQ & EF Core

What is LINQ?

What is SQL?

What if we bring the power of LINQ to SQL?

EF Core

Entity Framework Core

EF Core is an ORM that allows developers to use SQL in C#

ORMs allows us to model our database using POCOs and query the database using LINQ

with EF Core we have a DbContext to represent our database and Models to represent our tables

time to get our hands dirty

Made with Slides.com