How do I get the current username in .NET using C#?
Answer
string userName = System.Security.Principal.WindowsIdentity.GetCurrent().Name;
I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...
No comments:
Post a Comment