Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • Okay thank you. Right, I am extending the interfaces (IUserStore IUserPasswordStore, IUserEmailStore, IUserSecurityStampStore, IUserTwoFactorStore, etc.) to a custom user store class, which then for example uses the constructor injected DapperUsersTable class for User storage. Wasn't sure if maybe there was some sort of convention while using Dapper I should be adhering to, but that make sense too.. I could just skip that extra layer all together and just use the implemented interfaces for the Dapper calls as you suggest. Thanks! Commented Feb 27, 2024 at 16:14