Skip to content
Skip to main navigation
Skip to 1st column
Skip to 2nd column
Home
Code Snippets
Contact us
Sitemap
Free Programming Tutorials & Source Code
Home
C#
Get User Domain Name in C#
Get User Domain Name in C#
Monday, 29 June 2009 12:37
Feras
C# Snippets
115
1
2
3
4
5
(1 vote, average: 5.00 out of 5)
Get user domain name in C#
protected string GetUserDomainName()
{
return System.Environment.UserDomainName;
}
Browse by Category
Visual Basic.NET
PHP
ASP.Net
C#
JavaScript
HTML
Latest Tutorials
Remove characters from a string except numbers and letters
Get Local IP Address List Using VB.NET
Get Computer Name Using VB.NET
Count Words in a Text String in VB.NET
PHP Function to Prevent SQL injection
Play Movie Flash File using HTML