I have a List which contains all databases names. I have to dispaly the items contained in that list in the Console (using Console.WriteLine()). Ho
List
Console.WriteLine()
Console.WriteLine(string.Join("\n", someObjectList));