Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

Segmenting Data

In this step, we'll update our Entity Framework data model in order to segment our entries data by user.

> The Activity model/table contains a set of global values that every user needs to be able to access, so we don't need to associate activities with users.

Reviewing Our Database

Let's start with reviewing how Identity is storing users in our database. To do that, open the SQL ...