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…

Add Shadowproperties to ef core

In this post we will explore the concept of Shadow Properties. We will look into why we might need shadow properties, what they are exayctly and how we can accomplish creating them with ef core. What are Shadow Properties And Why do we need them? Shadow properties are nothing but hidden Read more…