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. In this session, I 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. This session is designed for developers new to Entity Framework and ORMs
You will learn:
- Getting started with EF Core and why to use it
- Querying with LINQ
- Adding, Updating, Deleting plus much more!