Retrieve Names from Nested AD Groups
Last Updated: 26 Jun 2008
Page Views: 7,306
Rating: 4.50/5
Votes: 4
Popularity: 2.71
Bookmark Count: 14
Licence: The Code Project Open License (CPOL)
This code walks though all nested groups under an Active Directory group and returns all user names that are members of these.
How to use time-zones in .NET under Windows
Last Updated: 6 Jun 2008
Page Views: 9,326
Rating: 3.89/5
Votes: 5
Popularity: 2.72
Bookmark Count: 19
Licence: The Code Project Open License (CPOL)
This article describes how to convert between arbitrary time-zones in .NET 2.0.
Single Instance Application, Passing Command Line Arguments
Last Updated: 15 Aug 2006
Page Views: 54,373
Rating: 3.92/5
Votes: 11
Popularity: 4.08
Bookmark Count: 32
This article shows how to make sure that only one instance of an application will run, and if a second instance is started, it will call a callback function in the first instance, passing its command line arguments. The solution uses .NET Remoting for the callback.