ASP.Net MVC5 Identity 2 : Add UserName For Registration and Login [VIDEO]

ASP.Net MVC5 Identity 2 : Add UserName For Registration and Login

December 27, 2014 · 1 min

Get current User Id in ASP.NET MVC5

Get Current UserId in ASP.NET MVC5 var userId = User.Identity.GetUserId(); You must add this namespace :) using Microsoft.AspNet.Identity;

December 26, 2014 · 1 min