Home » ASP.NET Basics » 07 - Writing code and handling events
7

VB.NET or C#?

Comparison of Visual Basic and C#

When writing code for ASP.NET 2.0 web pages in VWD, we get to choose between using Visual Basic.NET or Visual C# as the programming language. Developers with previous experience in Visual Basic 6.0 prefer VB.NET while those who have worked with C / C++ or Java generally opt for C#. It is a matter of personal choice. We can develop ASP.NET 2.0 pages in any of these two languages. This tutorial demonstrates and contains code written in C#.