How do I get the current username in .NET using C#?
String myUserName = Environment.UserName
This will give you output - your_user_name