Is there a way to make a class to give me the instance of current user in ASP.NET identity
Is there a way to create a class in ASP.NET identity that gives me the current user who is logged into my system? I need all of his details instead of call the User Manager each time I want to…