News

Hi all, <BR><BR>Hopefully someone out there has experience coming in behind another developer and converting an old "Web Site" project from older versions of VS to VS 2008, .NET 3.5 and C# 3.0.
Public Class UnitedStates public states as List(of State) End Class Public Class State public cities as List(of City) End Class Public Class City public population End Class Public Class Main Shared ...