Link to home
Start Free TrialLog in
Avatar of brownmetals
brownmetals

asked on

ASP.NET vs. Visual Basic.NET - The difference

Hi there.

I've been programming in ASP for a few years now, and I'm finally looking into learning the .NET framework. However, I'm a little baffled on the difference between ASP.NET and Visual Basic.NET (VB.NET). I've heard both used interchangably by some, and then heard that they are different from others. Using the web, I haven't found much info to distringuish between the two. Are there significant differences? Is ASP.NET more web based while VB.NET is more Windows based? Could you please explain by comparing and contrasting these two technologies so that I can develop a better undestanding? Thank you!
Avatar of ingomar
ingomar

ASP.Net can use VB.Net just like ASP can use VBScript.  ASP.Net supports many languages such as C#, VB.Net, and many others.  So, when you try to pick up on ASP.Net, you'll actually have to learn one of the other languages.  I am in the process of learning ASP.Net using VB.Net.  I reccommend checking out the following book:http://www.sitepoint.com/books/aspnet1/ it teaches you ASP.Net using both C# and VB.Net.  Its helped me out a lot.
ASKER CERTIFIED SOLUTION
Avatar of rdcpro
rdcpro
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial