Web Server

TH09 Entity Framework Core 2 For Mere Mortals

03/15/2018

1:00pm - 2:15pm

Level: Intermediate

Philip Japikse

Microsoft MVP, ASPInsider, MCSD, PSM II, PSD and PST

Developer, Coach, Author, Teacher

Writing data access code is tedious and mundane. The simple act of creating the CRUD (Create, Read, Update, Delete) operations doesn't add business value to your application, but it is an absolute necessity. This session will show you the core features of EF Core 2 and how it can save you valuable time that is much better spent on providing business value and compelling features into your applications.

You will learn:

  • How to get started with EF Core 2
  • How to use EF to speed up development
  • How to build full data access layers with EF Core