Thanks! :)
I’m actually writing a new article on this topic.
But to summarize, if you decide to extend IdentityUser
or other models related to Identity
, you would put them in the Core
project. And for IdentityDbContext
, you would make your DbContext
in your Data
project extend it, instead of the normal DbContext
.