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)
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.