EF core querying basics

In this post we will be looking at all the basic patterns you can use to query the database with ef core. The post includes the following: Crud Operations Querying (get data from the database) Explicit, Eager and Lazy Loading CRUD Operations For the following examples and instructions we assume that Read more…