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