46
votes
Hidden .NET Base Class Library Classes?
Getting the list of countries. Useful for populating the drop down box.
foreach (CultureInfo ci in CultureInfo.GetCultures(CultureTypes.AllCultures & ~CultureTypes.NeutralCultur …
6
votes
Hidden Features of Visual Studio (2005-2008)?
To auto-sync current file with Solution Explorer. So don't have to look where the file lives in the project structure
Tools -> Options -> Projects and Solutions -> "Track Active Item in Sol …
