Forum Moderators: open

Message Too Old, No Replies

Difference between ASP.Net and VB.Net

Difference between ASP.Net and VB.Net

         

mavrick

1:48 pm on Apr 30, 2004 (gmt 0)

10+ Year Member



Hi all i would like to know the difference between asp.net and vb.net, coding wise?

webdevsf

2:29 pm on Apr 30, 2004 (gmt 0)

10+ Year Member



asp.net is simple a library that makes it easy for you to create web applications that run against the .NET runtime (similar to the java runtime).

vb.net is a language that compiles against the common language runtime, like C#. Any .NET compliant language can use the asp.net libraries to create web applications.