1
vote
.NET design course?
You could learn that by looking at the real code. One of the things I like doing is to read good open source code. Try looking into NUnit source code which is very well done.
…
45
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 …
