How to get the current username using C# or VB.NET
There is more than one way to get the current username using C# or VB.NET i will show you one using Environment Variable and one using the WindowsIdentity. If you are in a Network…
All the Code Snippets and Samples you need
There is more than one way to get the current username using C# or VB.NET i will show you one using Environment Variable and one using the WindowsIdentity. If you are in a Network…