Saturday, September 24, 2016

UserManager

A UserManager which takes an IUserStore<IdentityUser, int> at its constructor is a helper object in the Identity paradigm that one may ask questions to about the latest bag of claims and it helps to extend it with your own class that inherits from it. You're getting into the async/await "magic" with this class. I don't know much about it yet. At an MVC action you'll be returning a Task<ActionResult> in lieu of just an Action result and that is part of the price you pay so to speak, etc.

No comments:

Post a Comment