| Author: Sridhar R 28 Jul 2008 | Member Level: Diamond | Rating: Points: 1 |
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.
|