Getting The UserID Using ASP.Net Identity
I’ve started working on a project that uses the new ASP.Net Identity library with MVC5. The first thing I struggled with is getting the user’s ID. It’s actually quite simple but I had a hard time finding a straightforward answer so I’m writing it up here in case it helps.
Continue Reading