Database and Analytics

T03 Entity Framework Core 2 for Mere Mortals

05/01/2018

8:00am - 9:15am

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's an absolute necessity. This session will show you the core features of EF Core 2 and how it can save you valuable time much better spent on providing business value and compelling features into your applications.

You will learn:

  • Table splitting/Owned types
  • Performance Improvements
  • Model level query filters
  • Scalar function mapping