Made with Slides
Pricing
Features
Teams
Log in
Sign up
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
Copy of LINQ & EF Core
By Mark Dewey
Made with
Slides.com
Copy of LINQ & EF Core
66
Mark Dewey
Loading comments...
More from
Mark Dewey