C# and VB.NET Comparison Cheat Sheet
by Steven Swafford Feedback C# and VB.NET Comparison Cheat Sheet This document is an authorized derivative of Frank McCown’s “VB.NET and C# Comparison” (C) 2005 at http://www.harding.edu/USER/fmccown/WWW/vbnet_csharp_comparison.html This work is licensed under a Create Common License [ Download Word Version or PDF Version ] Comments VB.NET ‘Single line only Rem Single line only C# // Single line /* Multiple line */ /// XML comments on single line /** XML comments on multiple lines */ Program Structure VB.NET Imports System Namespace…