ASP.NET VB

  • Thread starter Thread starter Ammar
  • Start date Start date
A

Ammar

Hi
i strated surfing through the sites i got from this newsgroup for learning
..NET, I know how to use HTML,DHTML,Javascript, VBscript, ASP, CSS and some
SQL, but the ASP.NET tutorials are rather confusing! Do i have to know
Visual Basic before learnign ASP.NET? are there any other requiremenets?
Thanks
Ammar
 
Hi,

not necessarily VB.NET but it could also be C# etc. But to answer,
developing with ASP.NET requires a knowledge of a programming language
supported in .NET Framework (either by MS or 3rd party). Visual Basic .NET
and C# are the two most popular ones.
 
Since you already know VBScript then VB.NET should be a fairly natural
transition.
Since you already know Javascript, C# might not be too difficult either.
 
In addition to Steve's comments, I might add that some experience with "real
compiled" programming is helpful, and in particular, familiarizing yourself
with object-oriented principles is extremely important.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top