Decoupling ASP.NET Identity from the Core Domain Models - Onion Architecture
问题 I am using this sample project (https://github.com/imranbaloch/ASPNETIdentityWithOnion) as my application architecture, in this sample the core is completly decoplied from the infrastrure including the identity framework. In this sample the author has used the adapter pattern to decouple core identity classes (IdentityUser, IdentityRole ... ) and provide classes like them in the Core layer. Now the issue in this sample project is that the Domain model (Product, Images) are not linked with the