Archive

How to Get User ID of Current User Logged On in C#

Simple:

 

System.Security.Principal.WindowsIdentity.GetCurrent().Name;